Skip to content

Commit

Permalink
Add disableSnapshotPurge to default-setting.yaml
Browse files Browse the repository at this point in the history
Longhorn 7075

Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber committed Dec 18, 2023
1 parent eba8e48 commit 43d0712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/default-setting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,6 @@ data:
{{- if not (kindIs "invalid" .Values.defaultSettings.allowCollectingLonghornUsageMetrics) }}
allow-collecting-longhorn-usage-metrics: {{ .Values.defaultSettings.allowCollectingLonghornUsageMetrics }}
{{- end }}
{{- if not (kindIs "invalid" .Values.defaultSettings.disableSnapshotPurge) }}
disable-snapshot-purge: {{ .Values.defaultSettings.disableSnapshotPurge }}
{{- end }}

0 comments on commit 43d0712

Please sign in to comment.