From 4652db43ecf6850107abfaa4735191e42089f30b Mon Sep 17 00:00:00 2001 From: shucheng Date: Tue, 30 Oct 2018 13:36:14 +0800 Subject: [PATCH] update --- templates/registry/registry-ss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registry/registry-ss.yaml b/templates/registry/registry-ss.yaml index fa8d5d7..48f9300 100644 --- a/templates/registry/registry-ss.yaml +++ b/templates/registry/registry-ss.yaml @@ -87,7 +87,7 @@ spec: - containerPort: 5000 - containerPort: 5001 volumeMounts: - {{- if (.Values.persistence.enabled) and eq .Values.registry.storage.type "filesystem" }} + {{- if eq .Values.registry.storage.type "filesystem" }} - name: registry-data mountPath: {{ .Values.registry.storage.filesystem.rootdirectory }} {{- end }} -- 2.26.0