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: mutate containers with a startup probe #422

Merged
merged 1 commit into from
May 25, 2024

Conversation

Kaswob
Copy link
Contributor

@Kaswob Kaswob commented May 16, 2024

mutate-probes annotation didn't mutate ENV passed to a startup probe
added test for Liveness, Readiness and Startup probe separately

I've come up with an issue when trying to use vault-secrets-webhook with a bitnami/redis helm chart. Startup probes were failing due to the probes not being mutated. I've split the tests just to use test every type of probe mutation separately.

@Kaswob Kaswob requested a review from a team as a code owner May 16, 2024 12:06
@Kaswob Kaswob requested review from sagikazarmark and removed request for a team May 16, 2024 12:06
@github-actions github-actions bot added the size/M Denotes a PR that changes 100-499 lines label May 16, 2024
mutate-probes annotation didn't mutate ENV passed to a startup probe
add test for Liveness, Readiness and Startup probe separately

Signed-off-by: Kamil Swoboda <kswoboda@getresponse.com>
Copy link
Member

@csatib02 csatib02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

I will add your fix to our new webhook, which is under development: https://github.com/bank-vaults/secrets-webhook

@csatib02 csatib02 requested a review from ramizpolic May 16, 2024 13:15
@csatib02 csatib02 added kind/enhancement Categorizes issue or PR as related to an improvement. area/build labels May 16, 2024
@csatib02 csatib02 merged commit ff83d8e into bank-vaults:main May 25, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build kind/enhancement Categorizes issue or PR as related to an improvement. size/M Denotes a PR that changes 100-499 lines
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants