We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24dec1 commit 5a84d88Copy full SHA for 5a84d88
charts/cluster/templates/objectStore.yaml
@@ -4,6 +4,9 @@ kind: ObjectStore
4
metadata:
5
name: {{ include "cluster.fullname" $ }}-object-store
6
spec:
7
+ {{- with .Values.backups.retentionPolicy }}
8
+ retentionPolicy: {{ . }}
9
+ {{- end }}
10
configuration:
11
{{- if and (eq .Values.mode "recovery") (eq .Values.recovery.method "object_store") -}}
12
{{- $d := dict "chartFullname" (include "cluster.fullname" .) "scope" .Values.recovery "secretPrefix" "recovery" -}}
0 commit comments