Skip to content

Commit 34a6608

Browse files
author
CasLubbers
authored
fix: wrong indenting in otomi-db chart (#1626)
1 parent 8f911d6 commit 34a6608

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

charts/otomi-db/templates/cluster.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ spec:
6969
{{- end }}
7070
{{- if eq .Values.backup.type "s3" }}
7171
backup:
72-
retentionPolicy: {{ .Values.backup.retentionPolicy }}
73-
barmanObjectStore:
74-
destinationPath: s3://{{ .Values.backup.s3.bucket }}
75-
endpointURL: {{ .Values.backup.endpointURL }}
76-
s3Credentials:
77-
accessKeyId:
78-
name: s3-creds
79-
key: S3_STORAGE_ACCOUNT
80-
secretAccessKey:
81-
name: s3-creds
82-
key: S3_STORAGE_KEY
72+
retentionPolicy: {{ .Values.backup.retentionPolicy }}
73+
barmanObjectStore:
74+
destinationPath: s3://{{ .Values.backup.s3.bucket }}
75+
endpointURL: {{ .Values.backup.endpointURL }}
76+
s3Credentials:
77+
accessKeyId:
78+
name: s3-creds
79+
key: S3_STORAGE_ACCOUNT
80+
secretAccessKey:
81+
name: s3-creds
82+
key: S3_STORAGE_KEY
8383
{{- end }}
8484
{{- if eq .Values.backup.type "gcs" }}
8585
backup:

0 commit comments

Comments
 (0)