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 template on 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 lint command.
  • Ensure variables are documented in values.yaml and the pre-commit hook has been run with pre-commit run --all-files to generate the README.md documentation. To preview the content, use helm-docs --dry-run.