Closed yohboy closed 4 months ago
Welcome @yohboy! It looks like this is your first PR to falcosecurity/charts 🎉
/kind bug
/area falco-chart
Hi @yohboy, please run make docs
to update the chart version in the docs.
Hi @alacuku , done ✅ Thanks
LGTM label has been added.
/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
…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