Skip to content

Commit 9d21e6f

Browse files
committed
env: manifest
1 parent d344625 commit 9d21e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/clickhouse-operator/templates/generated/Deployment-clickhouse-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ metadata:
1818
annotations: {{ include "altinity-clickhouse-operator.annotations" . | nindent 4 }}
1919
spec:
2020
replicas: 1
21-
strategy: {{ toYaml .Values.deployment.strategy | nindent 4 }}
2221
selector:
2322
matchLabels: {{ include "altinity-clickhouse-operator.selectorLabels" . | nindent 6 }}
2423
template:
@@ -229,3 +228,4 @@ spec:
229228
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
230229
securityContext: {{ toYaml .Values.podSecurityContext | nindent 8 }}
231230
topologySpreadConstraints: {{ toYaml .Values.topologySpreadConstraints | nindent 8 }}
231+
strategy: {{ toYaml .Values.deployment.strategy | nindent 4 }}

0 commit comments

Comments
 (0)