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 552c474 commit 0f43e4cCopy full SHA for 0f43e4c
templates/mq.yaml
@@ -85,9 +85,9 @@ spec:
85
name: wait-script
86
- name: shared-data
87
persistentVolumeClaim:
88
- {{- if not .Values.mq.existingClaim }}
+ {{- if .Values.mq.existingClaim }}
89
claimName: {{ .Values.mq.existingClaim }}
90
- {{- else }}
+ {{- else }}
91
claimName: {{ include "netmaker.fullname" . }}-shared-data-pvc
92
{{- end }}
93
---
values.yaml
@@ -44,6 +44,8 @@ mq:
44
singlenode: false
45
storageSize: 128Mi
46
password: 3yyerWGdds43yegGR
47
+ # -- existing claim for shared-data PVC
48
+ # existingClaim: ""
49
RWX:
50
storageClassName: ""
51
0 commit comments