We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d344625 commit 9d21e6fCopy full SHA for 9d21e6f
deploy/helm/clickhouse-operator/templates/generated/Deployment-clickhouse-operator.yaml
@@ -18,7 +18,6 @@ metadata:
18
annotations: {{ include "altinity-clickhouse-operator.annotations" . | nindent 4 }}
19
spec:
20
replicas: 1
21
- strategy: {{ toYaml .Values.deployment.strategy | nindent 4 }}
22
selector:
23
matchLabels: {{ include "altinity-clickhouse-operator.selectorLabels" . | nindent 6 }}
24
template:
@@ -229,3 +228,4 @@ spec:
229
228
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
230
securityContext: {{ toYaml .Values.podSecurityContext | nindent 8 }}
231
topologySpreadConstraints: {{ toYaml .Values.topologySpreadConstraints | nindent 8 }}
+ strategy: {{ toYaml .Values.deployment.strategy | nindent 4 }}
0 commit comments