-
Notifications
You must be signed in to change notification settings - Fork 295
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: mount client-certs-volume only if certs.existingClientSecret is … #716
fix: mount client-certs-volume only if certs.existingClientSecret is … #716
Conversation
Welcome @yohboy! It looks like this is your first PR to falcosecurity/charts 🎉 |
0ea1836
to
5132da5
Compare
/kind bug |
/area falco-chart |
Hi @yohboy, please run |
…ret is defined Signed-off-by: Yohan Boyer <[email protected]>
5132da5
to
90b1775
Compare
Hi @alacuku , done ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 1ac2e015a528eafd5acb09f199c4765f98a7ca0f
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alacuku, yohboy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…defined
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area falco-chart
What this PR does / why we need it:
Fix a bug where the chart tries to mount a volume that does not exist.
The check to mount the volume is wrong and should check for the
.Values.certs.existingClientSecret
value instead of.Values.certs.existingSecret
.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist