Zarf package deploy --set for a list of variable values? #4152
Unanswered
samanosuke26
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My zarf package calls a manifest with a zarf_var in it. I want to make that variable settable when the end user runs zarf package deploy, but i want the end user to be able to set that variable to a list of values so the manifest file would look like this:
spec:
field:
etc...
The number of values would be dynamic. It could be 1 value, it could be 10.
I tried deploying it with the --set flag set to VARIABLE=["value_1","value_2","value_3"] but it took the entire string as the literal value.
Is it possible to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions