File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
66 annotations :
77 {{- include "aws-standalone.keepPolicy" . | nindent 4 }}
88spec :
9+ updateStrategy : {{ .Values.controlPlaneUpdateStrategy }}
910 replicas : {{ .Values.controlPlaneNumber }}
1011 version : {{ .Values.k0s.version }}
1112 k0sConfigSpec :
Original file line number Diff line number Diff line change @@ -97,4 +97,5 @@ k0s: # @schema description: K0s parameters; type: object; additionalProperties:
9797# When true, instructs Helm to leave CAPI infrastructure resources intact during an uninstall.
9898# This prevents race conditions and allows the CAPI controllers to cleanly tear down AWS resources.
9999keepResources : true
100+ controlPlaneUpdateStrategy : " Recreate"
100101# --- END CUSTOMIZATION ---
You can’t perform that action at this time.
0 commit comments