(helm/v1-alpha) --force flag does not update values.yaml when kustomize manager spec has changed #4625
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
What broke? What's expected?
When scaffolding the project with
--plugins=helm.kubebuilder.io/v1-alpha
any changes made to manager spec is not copied over tovalues.yaml
when executingkubebuilder edit --plugins=helm/v1-alpha --force
Reproducing this issue
create a new project
The scaffold generates a
dist/chart
Next edit the spec of
manager.yaml
inconfig/manager/manager.yaml
for example increase the
replica
count to 2run
kubebuilder edit --plugins=helm/v1-alpha --force
as recommended in the documentation update helm chart wit latest changescheck
values.yaml
indist/chart/values.yaml
the replica value is still 1KubeBuilder (CLI) Version
4.5.1
PROJECT version
3
Plugin versions
Other versions
Extra Labels
No response
The text was updated successfully, but these errors were encountered: