Update deployment.yaml

This commit is contained in:
Carlos Rodríguez Hernández
2021-02-22 11:30:14 +01:00
committed by GitHub
parent 91dbd11bcd
commit 03db52dcc4

View File

@@ -13,7 +13,7 @@ metadata:
spec:
replicas: {{ .Values.replicaCount }}
{{- if .Values.%%MAIN_OBJECT_BLOCK%%.updateStrategy }}
strategy: {{- toYaml .Values.co%%MAIN_OBJECT_BLOCK%%ector.updateStrategy | nindent 4 }}
strategy: {{- toYaml .Values.%%MAIN_OBJECT_BLOCK%%.updateStrategy | nindent 4 }}
{{- end }}
selector:
matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }}