fix to yaml parse error causing Helm check failure (#4468)

Error: YAML parse error on harbor/templates/registry/registry-ss.yaml: error converting YAML to JSON: yaml: line 63: did not find expected key
This commit is contained in:
Gregory May 2018-03-23 02:28:58 -07:00 committed by Jesse Hu
parent 3da3dadef8
commit 6f83afbd63
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}]
@ -76,4 +76,4 @@ spec:
requests:
storage: {{ .Values.registry.volumes.data.size | quote }}
{{- end -}}
{{- end -}}
{{- end -}}