diff --git a/charts/portalmodelo/v0.5.0/templates/pvc.yaml b/charts/portalmodelo/v0.5.0/templates/pvc.yaml index 7213aa0..a064718 100644 --- a/charts/portalmodelo/v0.5.0/templates/pvc.yaml +++ b/charts/portalmodelo/v0.5.0/templates/pvc.yaml @@ -4,7 +4,7 @@ kind: PersistentVolumeClaim metadata: name: {{ include "portalmodelo.fullname" . }}-data labels: - {{- include "portalmodelo.labels" . | nindent 4 } + {{- include "portalmodelo.labels" . | nindent 4 }} spec: accessModes: - {{ .Values.persistence.accessMode }}