Closed dbeilin closed 3 months ago
Welcome @dbeilin! It looks like this is your first PR to falcosecurity/charts 🎉
Hello, I was trying to expose the web UI Redis to my other clusters by settings the Type
to LoadBalancer
but noticed that it ignores my values file even though the documentation already says it's supported: webui.redis.service.type
.
I'm not too familiar with contributing to projects but this is a small fix, hoping I didn't miss anything :)
Hi @dbeilin,
I just came back from holidays Yesterday, I'm catching up what I missed by FIFO order, I'll review your PR asap.
thank you @Issif , appreciate your help! I was just about to deploy a local chart so the timing is great 😄
@Issif - hello Thomas. any ETA on this PR?
Thanks
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dbeilin, Issif
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Approved. You also need to bump up the dep in the falco chart now.
@Issif Thanks, opened a PR to bump it: https://github.com/falcosecurity/charts/pull/731 Hope it's ok.
What type of PR is this?
/kind bug
/kind chart-release
Any specific area of the project related to this PR?
/area falcosidekick-chart
What this PR does / why we need it:
This PR fixes an issue in the Helm chart where the WebUI Redis service type was hardcoded to
ClusterIP
, ignoring the user-configured value underwebui.redis.service.type
.Which issue(s) this PR fixes:
Special notes for your reviewer:
Checklist