diff --git a/templates/registry/registry-ss.yaml b/templates/registry/registry-ss.yaml index fa8d5d7d9cc202ae768615f966b80a793ac7896f..48f9300d070da59f6cb547d4b97bd8cb49a013fe 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 }}