Skip to content

Commit eb4da09

Browse files
ensure --force flag updates values.yaml when manager specs change
1 parent 9932c89 commit eb4da09

File tree

3 files changed

+483
-5
lines changed

3 files changed

+483
-5
lines changed

pkg/plugins/optional/helm/v1alpha/edit.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ dist/chart/
5353
└── manager/
5454
└── manager.yaml
5555
56+
When the "--force" flag is used, values.yaml will be updated with values from the Kustomize manager
57+
configuration (such as replicas, resource limits, etc.) ensuring the Helm chart accurately reflects
58+
your latest resource configurations.
59+
5660
The following files are never updated after their initial creation:
5761
- chart/Chart.yaml
5862
- chart/templates/_helpers.tpl

0 commit comments

Comments
 (0)