Contributing to Operator Chart
February 4, 2026 ยท View on GitHub
Before making a contribution to the Operator Chart you will need to ensure the following steps have been done:
- Sign your commits
- Run
helm templateon the changes you're making to ensure they are correctly rendered into Kubernetes manifests. - Lint tests has been run for the Chart using the Chart Testing tool and the
ct lintcommand. - Ensure variables are documented in
values.yamland the pre-commit hook has been run withpre-commit run --all-filesto generate theREADME.mddocumentation. To preview the content, usehelm-docs --dry-run.