feat: provision helm chart#128
feat: provision helm chart#128knechtionscoding wants to merge 5 commits intokubernetes-sigs:mainfrom
Conversation
…kustomize objects
feat(gha): add a helm schema gen workflow to prompt for values generation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: knechtionscoding The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for node-readiness-controller canceled.
|
|
Hi @knechtionscoding. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Note: The image repo and tag will need to be updated afterwards, it currently only works with the locally pushed container |
Description
This PR creates the base helm chart to match the existing rendered manifests. I used
helm create node-readiness-controllerto generate the initial chart:Then modified to match the existing manifests.
Changes detailed:
This PR also adds two helm chart github actions that I have found very helpful in the past (both can be run as pre-commit and can commit back to the branch if we don't want to force local running of the tool)
Diff below (generated via:
helm template test . > helm-template.yaml && diff helm-template.yaml ../../dist/install.yaml > template.diff)Related Issue
Fixes #26
Type of Change
/kind feature
Testing
Checklist
make testpassesmake lintpassesInstalled into a kind cluster for testing
Does this PR introduce a user-facing change?
Doc #37