Skip to content

Commit

Permalink
fix to yaml parse error causing Helm check failure (#4468)
Browse files Browse the repository at this point in the history
Error: YAML parse error on harbor/templates/registry/registry-ss.yaml: error converting YAML to JSON: yaml: line 63: did not find expected key
  • Loading branch information
MnrGreg authored and jessehu committed Mar 23, 2018
1 parent 3da3dad commit 6f83afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/helm/harbor/templates/registry/registry-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
volumeClaimTemplates:
- metadata:
name: "registry-data"
labels:
labels:
{{ include "harbor.labels" . | indent 8 }}
spec:
accessModes: [{{ .Values.registry.volumes.data.accessMode | quote }}]
Expand All @@ -76,4 +76,4 @@ spec:
requests:
storage: {{ .Values.registry.volumes.data.size | quote }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 6f83afb

Please sign in to comment.