We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f068ff commit 5d7be12Copy full SHA for 5d7be12
api/external/sigs.k8s.io/cluster-api-addon-provider-helm/api/v1alpha1/helmchartproxy_types.go
@@ -169,6 +169,10 @@ type HelmUpgradeOptions struct {
169
// +optional
170
ReuseValues bool `json:"reuseValues,omitempty"`
171
172
+ // ResetThenReuseValues will reset the values to the chart's built-ins then merge with user's last supplied values.
173
+ // +optional
174
+ ResetThenReuseValues bool `json:"resetThenReuseValues,omitempty"`
175
+
176
// Recreate will (if true) recreate pods after a rollback.
177
178
Recreate bool `json:"recreate,omitempty"`
0 commit comments