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: