You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some deploy time configurations naturally live as files: TLS certs, credentials, etc. it would be easier to be able to point to files on disk than need to move them into the zarf.toml file and risk formatting them incorrectly.
Is your feature request related to a problem? Please describe.
Some deploy time configurations naturally live as files: TLS certs, credentials, etc. it would be easier to be able to point to files on disk than need to move them into the zarf.toml file and risk formatting them incorrectly.
e.g. for a BigBang deployment:
There could be a new property in the variable definition that specifies it as a filepath location and not a literal:
This could be tackled with the actions (see below), but seems more complicated for a package dev for repeatedly using file contents as variables.
which could now be used as above to contain the contents of the filename provided
The text was updated successfully, but these errors were encountered: