charts
charts copied to clipboard
feat(shield): add option to exclude lease creation
What this PR does / why we need it:
Argo CD by default doesnt deploy lease object and throws warning - https://github.com/argoproj/argo-cd/issues/12722
This PR is to add option to exclude deployment of lease object by helm chart.
Checklist
- [x] Title of the PR starts with type and scope, (e.g.
feat(agent,node-analyzer,sysdig-deploy):) - [x] Chart Version bumped for the respective charts
- [x] Variables are documented in the README.md (or README.tpl in some charts)
- [x] Check GithubAction checks (like lint) to avoid merge-check stoppers
- [x] All test files are added in the tests folder of their respective chart and have a "_test" suffix