We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357cc3e commit be19ecaCopy full SHA for be19eca
charts/grafana/templates/pvc.yaml
@@ -1,4 +1,4 @@
1
-{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) (eq .Values.persistence.type "pvc")}}
+{{- if and (not .Values.useStatefulSet) .Values.persistence.enabled (not .Values.persistence.existingClaim) (eq .Values.persistence.type "pvc")}}
2
apiVersion: v1
3
kind: PersistentVolumeClaim
4
metadata:
0 commit comments