diff --git a/k8s/helm/hcfmailerplus/templates/deployments-mysql.yaml b/k8s/helm/hcfmailerplus/templates/deployments-mysql.yaml index 17c2c172..11ec2043 100644 --- a/k8s/helm/hcfmailerplus/templates/deployments-mysql.yaml +++ b/k8s/helm/hcfmailerplus/templates/deployments-mysql.yaml @@ -57,4 +57,5 @@ spec: - name: mailtrain-mysql persistentVolumeClaim: claimName: {{ not .Values.storage.mysql.existingClaim | ternary .Values.storage.mysql.claimName .Values.storage.mysql.existingClaim }} + {{ end }} status: {}