mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 12:07:40 +08:00
Update deployment.yaml
This commit is contained in:
committed by
GitHub
parent
91dbd11bcd
commit
03db52dcc4
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user