@@ -15,7 +15,7 @@ metadata:
1515 namespace : {{ .Release.Namespace }}
1616{{- if .Values.operator.annotations }}
1717 annotations :
18- {{ toYaml .Values.operator.annotations | indent 8 }}
18+ {{ toYaml .Values.operator.annotations | indent 4 }}
1919{{- end }}
2020 labels :
2121 app.kubernetes.io/name : {{ template "kube-arangodb.name" . }}
3030 replicas : {{ .Values.operator.replicaCount }}
3131{{- end }}
3232 strategy :
33- {{ toYaml .Values.operator.updateStrategy | indent 8 }}
33+ {{ toYaml .Values.operator.updateStrategy | indent 4 }}
3434 selector :
3535 matchLabels :
3636 app.kubernetes.io/name : {{ template "kube-arangodb.name" . }}
@@ -47,12 +47,12 @@ spec:
4747 release : {{ .Release.Name }}
4848{{- if .Values.operator.annotations }}
4949 annotations :
50- {{ toYaml .Values.operator.annotations | indent 16 }}
50+ {{ toYaml .Values.operator.annotations | indent 8 }}
5151{{- end }}
5252 spec :
5353{{- if .Values.operator.nodeSelector }}
5454 nodeSelector :
55- {{ toYaml .Values.operator.nodeSelector | indent 16 }}
55+ {{ toYaml .Values.operator.nodeSelector | indent 8 }}
5656{{- end }}
5757 serviceAccountName : {{ template "kube-arangodb.operatorName" . }}
5858 affinity :
@@ -176,7 +176,7 @@ spec:
176176{{- end }}
177177{{- if .Values.operator.resources }}
178178 resources :
179- {{ toYaml .Values.operator.resources | indent 22 }}
179+ {{ toYaml .Values.operator.resources | indent 10 }}
180180{{- end }}
181181{{- if not .Values.operator.debug }}
182182 livenessProbe :
@@ -236,7 +236,7 @@ spec:
236236 - ' ALL'
237237{{- if .Values.webhooks.resources }}
238238 resources :
239- {{ toYaml .Values.webhooks.resources | indent 22 }}
239+ {{ toYaml .Values.webhooks.resources | indent 10 }}
240240{{- end }}
241241{{- if not .Values.webhooks.debug }}
242242 livenessProbe :
@@ -265,5 +265,5 @@ spec:
265265 effect : " NoExecute"
266266 tolerationSeconds : 5
267267{{- if .Values.operator.tolerations }}
268- {{ toYaml .Values.operator.tolerations | indent 16 }}
268+ {{ toYaml .Values.operator.tolerations | indent 8 }}
269269{{- end }}
0 commit comments