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.
I was trying to give a tutorial on deploy-time variables and tried to use the package-variables example in this repo to do it, but it was confusing to the person I was giving the tutorial to because I had to use create-time variables at the same time (i.e. zarf package create --set ACTION=template --set CONFIG_MAP=simple-configmap.yaml) because of the way the example is set up.
Describe the solution you'd like
2 examples exist:
One that only uses create-time variables
One that only uses deploy-time variables
The text was updated successfully, but these errors were encountered:
…1474)
## Description
This is an initial setVariables implementation and sensitive variables
implementation from some of the conversations coming out of #1473
## Related Issue
Relates to #1473Fixes: #1165
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
## Checklist before merging
- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
Is your feature request related to a problem? Please describe.
I was trying to give a tutorial on deploy-time variables and tried to use the package-variables example in this repo to do it, but it was confusing to the person I was giving the tutorial to because I had to use create-time variables at the same time (i.e.
zarf package create --set ACTION=template --set CONFIG_MAP=simple-configmap.yaml
) because of the way the example is set up.Describe the solution you'd like
2 examples exist:
The text was updated successfully, but these errors were encountered: