Skip to content

Commit

Permalink
Update cluster.yaml
Browse files Browse the repository at this point in the history
Add nodeMaintenanceWindow to Cluster template


Signed-off-by: levissfuture <[email protected]>
  • Loading branch information
levissfuture authored Oct 4, 2024
1 parent 34c6e9c commit 6e86d9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ spec:
{{- end }}
{{ include "cluster.bootstrap" . | nindent 2 }}
{{ include "cluster.backup" . | nindent 2 }}
nodeMaintenanceWindow:
inProgress: {{ .Values.cluster.nodeMaintenanceWindow.inProgress }}
reusePVC: {{ .Values.cluster.nodeMaintenanceWindow.reusePVC }}

0 comments on commit 6e86d9a

Please sign in to comment.