From eb0bad941116bc06f66fe8d043c9990e529d7408 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 25 Jul 2021 11:05:04 +0200 Subject: [PATCH] ++recreate strategy on chartmuseum --- apps/chartmuseum/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/chartmuseum/templates/deployment.yaml b/apps/chartmuseum/templates/deployment.yaml index f811498..a0a6b3e 100644 --- a/apps/chartmuseum/templates/deployment.yaml +++ b/apps/chartmuseum/templates/deployment.yaml @@ -4,6 +4,8 @@ kind: Deployment metadata: name: {{ .Release.Name }}-chartmuseum spec: + strategy: + type: Recreate selector: matchLabels: app: {{ .Release.Name }}-chartmuseum @@ -15,7 +17,7 @@ spec: use-as-service: {{ .Release.Name }} spec: # Wait before trying to start any container - initcontainers: + initContainers: - name: wait-for-cert image: busybox command: