mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
docker-registry: fix a typo (#2089)
This commit is contained in:
committed by
Reinhard Nägele
parent
815f4d975e
commit
131c18e9bd
@@ -1,4 +1,4 @@
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 2
|
||||
description: private docker registry
|
||||
name: docker-registry
|
||||
@@ -8,3 +8,5 @@ keywords:
|
||||
maintainers:
|
||||
- name: sbezverk
|
||||
email: sbezverk@cisco.com
|
||||
- name: Andrey Arapov
|
||||
email: andrey.arapov@nixaid.com
|
||||
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
protocol: TCP
|
||||
volumes:
|
||||
- name: image-store
|
||||
{{- if .Values.persistentVolumeEnabled }}
|
||||
{{- if .Values.persistentVolume.enabled }}
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ if .Values.persistentVolume.existingClaim }}{{ .Values.persistentVolume.existingClaim }}{{- else }}{{ template "docker-registry.fullname" . }}{{- end }}
|
||||
{{- else }}
|
||||
|
||||
Reference in New Issue
Block a user