@@ -15,7 +15,7 @@ metadata:
15
15
namespace : {{ .Release.Namespace }}
16
16
{{- if .Values.operator.annotations }}
17
17
annotations :
18
- {{ toYaml .Values.operator.annotations | indent 8 }}
18
+ {{ toYaml .Values.operator.annotations | indent 4 }}
19
19
{{- end }}
20
20
labels :
21
21
app.kubernetes.io/name : {{ template "kube-arangodb.name" . }}
30
30
replicas : {{ .Values.operator.replicaCount }}
31
31
{{- end }}
32
32
strategy :
33
- {{ toYaml .Values.operator.updateStrategy | indent 8 }}
33
+ {{ toYaml .Values.operator.updateStrategy | indent 4 }}
34
34
selector :
35
35
matchLabels :
36
36
app.kubernetes.io/name : {{ template "kube-arangodb.name" . }}
@@ -47,12 +47,12 @@ spec:
47
47
release : {{ .Release.Name }}
48
48
{{- if .Values.operator.annotations }}
49
49
annotations :
50
- {{ toYaml .Values.operator.annotations | indent 16 }}
50
+ {{ toYaml .Values.operator.annotations | indent 8 }}
51
51
{{- end }}
52
52
spec :
53
53
{{- if .Values.operator.nodeSelector }}
54
54
nodeSelector :
55
- {{ toYaml .Values.operator.nodeSelector | indent 16 }}
55
+ {{ toYaml .Values.operator.nodeSelector | indent 8 }}
56
56
{{- end }}
57
57
serviceAccountName : {{ template "kube-arangodb.operatorName" . }}
58
58
affinity :
@@ -176,7 +176,7 @@ spec:
176
176
{{- end }}
177
177
{{- if .Values.operator.resources }}
178
178
resources :
179
- {{ toYaml .Values.operator.resources | indent 22 }}
179
+ {{ toYaml .Values.operator.resources | indent 10 }}
180
180
{{- end }}
181
181
{{- if not .Values.operator.debug }}
182
182
livenessProbe :
@@ -236,7 +236,7 @@ spec:
236
236
- ' ALL'
237
237
{{- if .Values.webhooks.resources }}
238
238
resources :
239
- {{ toYaml .Values.webhooks.resources | indent 22 }}
239
+ {{ toYaml .Values.webhooks.resources | indent 10 }}
240
240
{{- end }}
241
241
{{- if not .Values.webhooks.debug }}
242
242
livenessProbe :
@@ -265,5 +265,5 @@ spec:
265
265
effect : " NoExecute"
266
266
tolerationSeconds : 5
267
267
{{- if .Values.operator.tolerations }}
268
- {{ toYaml .Values.operator.tolerations | indent 16 }}
268
+ {{ toYaml .Values.operator.tolerations | indent 8 }}
269
269
{{- end }}
0 commit comments