We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f184134 commit 6d68215Copy full SHA for 6d68215
2 files changed
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 6.1.0
+version: 6.1.1
4
appVersion: 30.0.0
5
description: A file sharing server that puts the control and security of your own data back into your hands.
6
keywords:
charts/nextcloud/templates/_helpers.tpl
@@ -307,7 +307,8 @@ S3 as primary object store env vars
307
secretKeyRef:
308
name: {{ .Values.nextcloud.objectStore.s3.existingSecret }}
309
key: {{ .Values.nextcloud.objectStore.s3.secretKeys.sse_c_key }}
310
-{{- else }}
+{{- end }}
311
+{{- if (len .Values.nextcloud.objectStore.s3.sse_c_key > 0 and len .Values.nextcloud.objectStore.s3.secretKeys.sse_c_key < 1) }}
312
- name: OBJECTSTORE_S3_SSE_C_KEY
313
value: {{ .Values.nextcloud.objectStore.s3.sse_c_key | quote }}
314
{{- end }}
0 commit comments