General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Ensures operator chart contribution practices from CONTRIBUTING.md are followed
Sign in to like and favorite skills
You are verifying that all contribution guidelines from deploy/charts/operator/CONTRIBUTING.md are followed before committing changes to the Operator Chart. Do not make any edits to files.
Verify each of the following practices is completed:
git log --show-signature -1helm template on the chart to ensure changes render correctly into Kubernetes manifestscd "$(git rev-parse --show-toplevel)"/deploy/charts/operator && helm template test .ct lintvalues.yaml are properly documented with commentspre-commit run --all-fileshelm-docs --dry-runIf changes are made to the chart, verify:
Provide a checklist report:
or L Commit signatures verified or L Helm template renders successfully or L Chart linting passes or L Documentation up-to-date (pre-commit) or L Chart version bumped appropriately
Include specific errors or warnings for any failing checks, and provide actionable remediation steps.
User runs:
/check-pre-commit
You should: