Skip to content

Commit 8d14260

Browse files
authored
Update pvc.yaml (#40)
range will breake without the yaml seperator added it "---" Error Message: msg":"Reconciler error","controller":"helmrelease","controllerGroup":"helm.toolkit.fluxcd.io","controllerKind":"HelmRelease","HelmRelease":{"name":"cryptpad","namespace":"cryptpad"},"namespace":"cryptpad","name":"cryptpad","reconcileID":"fefc06a9-21c9-4533-9c12-130ca9c53117","error":"error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:\n line 15: mapping key \"apiVersion\" already defined at line 2\n
1 parent 2ec2de9 commit 8d14260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/cryptpad/templates/pvc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{- if and .Values.persistence.enabled (not .Values.workloadStateful) }}
22
{{- range $dir, $dirvalues := .Values.persistence.cryptpad }}
3+
---
34
apiVersion: v1
45
kind: PersistentVolumeClaim
56
metadata:

0 commit comments

Comments
 (0)