-
Notifications
You must be signed in to change notification settings - Fork 17
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
"pepr build --withPullSecret" maps into module manifest but not Helm Chart #1660
Milestone
Comments
This was referenced Jan 15, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 16, 2025
## Description Pass build arg `withPullSecret` to helm ## Related Issue Fixes #1660 <!-- or --> Relates to #1640 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed --------- Signed-off-by: Case Wylie <[email protected]> Co-authored-by: Barrett LaFrance <[email protected]>
tamirazrab
pushed a commit
to tamirazrab/pepr
that referenced
this issue
Jan 17, 2025
## Description Pass build arg `withPullSecret` to helm ## Related Issue Fixes defenseunicorns#1660 <!-- or --> Relates to defenseunicorns#1640 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed --------- Signed-off-by: Case Wylie <[email protected]> Co-authored-by: Barrett LaFrance <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
While working #1654 I discovered that the
--imagePullSecret
flag manipulates settings within the generated pepr module manifests but does not appear to change the Helm templated files... Is that correct?DOD:
Should this be investigated? Current behavior codified in (upcoming) integration test for the
pepr build
cli:Definition of Done
The text was updated successfully, but these errors were encountered: