Skip to content

Commit 5d7be12

Browse files
committed
fixup! refactor: Sync APIs
1 parent 4f068ff commit 5d7be12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/external/sigs.k8s.io/cluster-api-addon-provider-helm/api/v1alpha1/helmchartproxy_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ type HelmUpgradeOptions struct {
169169
// +optional
170170
ReuseValues bool `json:"reuseValues,omitempty"`
171171

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+
172176
// Recreate will (if true) recreate pods after a rollback.
173177
// +optional
174178
Recreate bool `json:"recreate,omitempty"`

0 commit comments

Comments
 (0)