From 20476643d8ba0390a3fbb3e1a732cb9087373a42 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Tue, 16 Jul 2024 14:30:37 +0200 Subject: [PATCH] add empty tmp dir --- charts/registry/templates/registry/registry-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/registry/templates/registry/registry-deployment.yaml b/charts/registry/templates/registry/registry-deployment.yaml index c6c5e8ab..4142ed6f 100644 --- a/charts/registry/templates/registry/registry-deployment.yaml +++ b/charts/registry/templates/registry/registry-deployment.yaml @@ -75,8 +75,8 @@ spec: {{- end }} resources: {{ .Values.registry.resources | toYaml | indent 12 }} - volumes: - - emptyDir: {} - name: tmp + volumes: + - emptyDir: {} + name: tmp imagePullSecrets: {{ .Values.registry.imagePullSecrets | toYaml | indent 8 }}