Skip to content
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

fix: Add imagePullSecrets for pre-delete-hook-image, support both with name or not #359

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

viccuad
Copy link
Member

@viccuad viccuad commented Dec 14, 2023

Description

Set imagePullSecrets for pre-delete-hook image.

The kubewarden-controller chart now accepts both:
--set 'imagePullSecrets[0]=my-secret'
--set 'imagePullSecrets[0].name=my-secret'

Test

Tested locally by deploying, and also with helm template.

Additional Information

Tradeoff

Potential improvement

The chart now accepts both:
`--set 'imagePullSecrets[0]=my-secret'`
`--set 'imagePullSecrets[0].name=my-secret'`

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
@viccuad viccuad self-assigned this Dec 14, 2023
@viccuad viccuad requested a review from a team as a code owner December 14, 2023 13:16
@viccuad viccuad merged commit 6df39b2 into kubewarden:main Dec 14, 2023
3 checks passed
@viccuad viccuad deleted the pullsecrets branch December 14, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants