Thank you for your interest in contributing to the PDB Operator Helm chart.
- Helm 3.x
- helm-unittest plugin
- ct (chart-testing)
helm lint charts/pdb-operator # Lint the chart
helm unittest charts/pdb-operator # Run unit tests
helm template test charts/pdb-operator # Render templates locally- Fork the repository
- Create a feature branch from
main - Make your changes
- Verify linting and tests pass
- Open a PR against
main
Follow Conventional Commits:
feat:new feature or valuefix:bug fixdocs:documentation changesci:CI/CD changeschore:maintenance tasks
All commits must include a Signed-off-by line:
git commit -s -m "feat: add support for custom tolerations"This project follows the Contributor Covenant Code of Conduct.