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

View File

@ -61,7 +61,7 @@ spec:
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: "registry-data" name: "registry-data"
labels: labels:
{{ include "harbor.labels" . | indent 8 }} {{ include "harbor.labels" . | indent 8 }}
spec: spec:
accessModes: [{{ .Values.registry.volumes.data.accessMode | quote }}] accessModes: [{{ .Values.registry.volumes.data.accessMode | quote }}]
@ -76,4 +76,4 @@ spec:
requests: requests:
storage: {{ .Values.registry.volumes.data.size | quote }} storage: {{ .Values.registry.volumes.data.size | quote }}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}