Skip to content

Commit f55a8b2

Browse files
Intuinewinmichaelstingl
authored andcommitted
fix(opencloud): do not create minio pvc if minio disabled
1 parent af6de8b commit f55a8b2

File tree

1 file changed

+1
-1
lines changed
  • charts/opencloud/templates/minio

1 file changed

+1
-1
lines changed

charts/opencloud/templates/minio/pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.opencloud.storage.s3.internal.persistence.enabled (not .Values.opencloud.storage.s3.internal.persistence.existingClaim) }}
1+
{{- if and .Values.opencloud.storage.s3.internal.enabled (and .Values.opencloud.storage.s3.internal.persistence.enabled (not .Values.opencloud.storage.s3.internal.persistence.existingClaim)) }}
22
apiVersion: v1
33
kind: PersistentVolumeClaim
44
metadata:

0 commit comments

Comments
 (0)