Commit 58eeece0 authored by Michel Roy's avatar Michel Roy
Browse files

enabling persistence

parent 0a5df696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{{- if .Values.persistentVolume.enabled}}
{{- if .Values.persistence.enabled}}
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ shmVolume:
##   GKE, AWS & OpenStack)
##
persistence:
  enabled: false
  enabled: true
  ## A manually managed Persistent Volume and Claim
  ## If defined, PVC must be created manually before volume will be bound
  ## The value is evaluated as a template, so, for example, the name can depend on .Release or .Chart