Skip to content

Commit

Permalink
upgradeGuard --> nodeGuard in CR
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMarchant committed Oct 19, 2022
1 parent 3cd0918 commit 5762518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ spec:
volumeSnapshotClassName: {{ .Values.cluster.snapshots.volumeSnapshotClassName }}
{{- end }}

{{- if .Values.cluster.nodeManagerFeatures.upgradeGuard.enabled }}
{{- if .Values.cluster.nodeManagerFeatures.nodeGuard.enabled }}
nodeManagerFeatures:
upgradeGuard: "true"
nodeGuard: "true"
{{- end }}

{{- if .Values.cluster.toleration.key }}
Expand Down
2 changes: 1 addition & 1 deletion charts/component-charts/ondat-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ cluster:

# Enable protection for volumes during orchestrator upgrades - Tech Preview
nodeManagerFeatures:
upgradeGuard:
nodeGuard:
enabled: false

# Enable Prometheus metrics exporting
Expand Down

0 comments on commit 5762518

Please sign in to comment.