-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a variable shorthand for helm values #2133
Comments
An example of how this might look:
|
naveensrinivasan
added a commit
that referenced
this issue
Mar 25, 2024
- This feature allows chart deployment overrides. - #2133 Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
added a commit
that referenced
this issue
Mar 25, 2024
- This feature allows chart deployment overrides. - #2133 Signed-off-by: naveensrinivasan <[email protected]>
5 tasks
naveensrinivasan
added a commit
that referenced
this issue
Mar 25, 2024
- This feature allows chart deployment overrides. - #2133 Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
added a commit
that referenced
this issue
Mar 28, 2024
- This feature allows chart deployment overrides. - #2133 Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
added a commit
that referenced
this issue
Apr 4, 2024
- This feature allows chart deployment overrides. - #2133 Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
added a commit
that referenced
this issue
Apr 8, 2024
- This feature allows chart deployment overrides. - #2133 Signed-off-by: naveensrinivasan <[email protected]>
Noxsios
added a commit
that referenced
this issue
Apr 9, 2024
## Description - This feature allows chart deployment overrides. ## Related Issue Relates to #2133 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Signed-off-by: naveensrinivasan <[email protected]> Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: razzle <[email protected]> Co-authored-by: Austin Abro <[email protected]>
This was referenced May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
As Ezra I want a way to tie Zarf variables to Helm values so that I can more efficiently template values in the packages I build.
Describe the solution you'd like
charts
including the Zarf variable and the Helm valueDescribe alternatives you've considered
Folks could use the existing logic and add templates but this simplifies things and allows people to more directly take advantage of Helm templating and featuresets without having to do a lot of manual wiring.
Additional context
This is being implemented in library form first through #2131
The text was updated successfully, but these errors were encountered: