From 1a2b922c162010ca0c05855537375520a2190235 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Sun, 22 Dec 2024 22:06:23 +0000 Subject: [PATCH] applying fix to other deployments --- chart/templates/autosync/deployment.yaml | 3 ++- chart/templates/back/deployment.yaml | 3 ++- chart/templates/front/deployment.yaml | 3 ++- chart/templates/matcher/deployment.yaml | 3 ++- chart/templates/scanner/deployment.yaml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/chart/templates/autosync/deployment.yaml b/chart/templates/autosync/deployment.yaml index e37fefca..d2151e4a 100644 --- a/chart/templates/autosync/deployment.yaml +++ b/chart/templates/autosync/deployment.yaml @@ -13,7 +13,8 @@ metadata: spec: replicas: {{ .Values.autosync.replicaCount }} {{- with .Values.autosync.updateStrategy }} - strategy: {{ . }} + strategy: + {{- toYaml . | nindent 4 }} {{- end }} selector: matchLabels: diff --git a/chart/templates/back/deployment.yaml b/chart/templates/back/deployment.yaml index 72257ee7..bd8b88a0 100644 --- a/chart/templates/back/deployment.yaml +++ b/chart/templates/back/deployment.yaml @@ -13,7 +13,8 @@ metadata: spec: replicas: {{ .Values.back.replicaCount }} {{- with .Values.back.updateStrategy }} - strategy: {{ . }} + strategy: + {{- toYaml . | nindent 4 }} {{- end }} selector: matchLabels: diff --git a/chart/templates/front/deployment.yaml b/chart/templates/front/deployment.yaml index c278c5f0..fbbf597b 100644 --- a/chart/templates/front/deployment.yaml +++ b/chart/templates/front/deployment.yaml @@ -13,7 +13,8 @@ metadata: spec: replicas: {{ .Values.front.replicaCount }} {{- with .Values.front.updateStrategy }} - strategy: {{ . }} + strategy: + {{- toYaml . | nindent 4 }} {{- end }} selector: matchLabels: diff --git a/chart/templates/matcher/deployment.yaml b/chart/templates/matcher/deployment.yaml index a5d21302..bb569ed9 100644 --- a/chart/templates/matcher/deployment.yaml +++ b/chart/templates/matcher/deployment.yaml @@ -13,7 +13,8 @@ metadata: spec: replicas: {{ .Values.matcher.replicaCount }} {{- with .Values.matcher.updateStrategy }} - strategy: {{ . }} + strategy: + {{- toYaml . | nindent 4 }} {{- end }} selector: matchLabels: diff --git a/chart/templates/scanner/deployment.yaml b/chart/templates/scanner/deployment.yaml index f8fa13dd..080845fa 100644 --- a/chart/templates/scanner/deployment.yaml +++ b/chart/templates/scanner/deployment.yaml @@ -13,7 +13,8 @@ metadata: spec: replicas: {{ .Values.scanner.replicaCount }} {{- with .Values.scanner.updateStrategy }} - strategy: {{ . }} + strategy: + {{- toYaml . | nindent 4 }} {{- end }} selector: matchLabels: