We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f54e2 commit 7d00d74Copy full SHA for 7d00d74
charts/quantum-serverless/templates/pvcs.yaml
@@ -1,3 +1,4 @@
1
+{{ if eq .Values.createPvc true }}
2
{{ if eq .Values.platform "kind" }}
3
apiVersion: v1
4
kind: PersistentVolumeClaim
@@ -60,3 +61,4 @@ spec:
60
61
requests:
62
storage: 1Gi
63
{{ end }}
64
+{{ end }}
charts/quantum-serverless/values.yaml
@@ -131,9 +131,9 @@ postgresql:
131
# PVC
132
# ===================
133
134
+createPvc: true
135
storageClassName: manual
136
claimName: gateway-claim
-
137
cos:
138
bucket: BUCKETNAME-CHANGEME
139
endpoint: ENDPOINT-CHANGEME
0 commit comments