@@ -48,10 +48,10 @@ metadata:
48
48
app.kubernetes.io/component : operator-webhook
49
49
app.kubernetes.io/version : " {{ .Chart.Version }}"
50
50
app.kubernetes.io/name : knative-operator
51
- {{- if and .Values.knative_operator.operator_webhook.annotations }}
51
+ {{- if and .Values.knative_operator.operator_webhook.annotations }}
52
52
annotations :
53
- {{ toYaml .Values.knative_operator.operator_webhook.annotations }}
54
- {{- end }}
53
+ {{ toYaml .Values.knative_operator.operator_webhook.annotations | indent 4 }}
54
+ {{- end }}
55
55
spec :
56
56
selector :
57
57
matchLabels :
@@ -66,19 +66,19 @@ spec:
66
66
app.kubernetes.io/version : " {{ .Chart.Version }}"
67
67
app.kubernetes.io/name : knative-operator
68
68
sidecar.istio.io/inject : " false"
69
- {{- if and .Values.knative_operator.operator_webhook.podAnnotations }}
69
+ {{- if and .Values.knative_operator.operator_webhook.podAnnotations }}
70
70
annotations :
71
- {{ toYaml .Values.knative_operator.operator_webhook.podAnnotations }}
72
- {{- end }}
71
+ {{ toYaml .Values.knative_operator.operator_webhook.podAnnotations | indent 8 }}
72
+ {{- end }}
73
73
spec :
74
- {{- if .Values.knative_operator.operator_webhook.affinity }}
74
+ {{- if .Values.knative_operator.operator_webhook.affinity }}
75
75
affinity :
76
- {{ toYaml .Values.knative_operator.operator_webhook.affinity | indent 8 }}
77
- {{- end }}
78
- {{- if and .Values.knative_operator.operator_webhook.securityContext }}
76
+ {{ toYaml .Values.knative_operator.operator_webhook.affinity | indent 8 }}
77
+ {{- end }}
78
+ {{- if and .Values.knative_operator.operator_webhook.securityContext }}
79
79
securityContext :
80
- {{ toYaml .Values.knative_operator.operator_webhook.securityContext }}
81
- {{- end }}
80
+ {{ toYaml .Values.knative_operator.operator_webhook.securityContext | indent 8 }}
81
+ {{- end }}
82
82
serviceAccountName : operator-webhook
83
83
containers :
84
84
- name : operator-webhook
@@ -6330,10 +6330,10 @@ metadata:
6330
6330
labels :
6331
6331
app.kubernetes.io/name : knative-operator
6332
6332
app.kubernetes.io/version : " {{ .Chart.Version }}"
6333
- {{- if and .Values.knative_operator.knative_operator.annotations }}
6333
+ {{- if and .Values.knative_operator.knative_operator.annotations }}
6334
6334
annotations :
6335
- {{ toYaml .Values.knative_operator.knative_operator.annotations }}
6336
- {{- end }}
6335
+ {{ toYaml .Values.knative_operator.knative_operator.annotations | indent 4 }}
6336
+ {{- end }}
6337
6337
spec :
6338
6338
replicas : 1
6339
6339
selector :
@@ -6346,20 +6346,20 @@ spec:
6346
6346
app.kubernetes.io/name : knative-operator
6347
6347
app.kubernetes.io/version : " {{ .Chart.Version }}"
6348
6348
sidecar.istio.io/inject : " false"
6349
- {{- if and .Values.knative_operator.knative_operator.podAnnotations }}
6349
+ {{- if and .Values.knative_operator.knative_operator.podAnnotations }}
6350
6350
annotations :
6351
- {{ toYaml .Values.knative_operator.knative_operator.podAnnotations }}
6352
- {{- end }}
6351
+ {{ toYaml .Values.knative_operator.knative_operator.podAnnotations | indent 8 }}
6352
+ {{- end }}
6353
6353
spec :
6354
- {{- if .Values.knative_operator.knative_operator.affinity }}
6354
+ {{- if .Values.knative_operator.knative_operator.affinity }}
6355
6355
affinity :
6356
- {{ toYaml .Values.knative_operator.knative_operator.affinity | indent 8 }}
6357
- {{- end }}
6356
+ {{ toYaml .Values.knative_operator.knative_operator.affinity | indent 8 }}
6357
+ {{- end }}
6358
6358
serviceAccountName : knative-operator
6359
- {{- if and .Values.knative_operator.knative_operator.securityContext }}
6359
+ {{- if and .Values.knative_operator.knative_operator.securityContext }}
6360
6360
securityContext :
6361
- {{ toYaml .Values.knative_operator.knative_operator.securityContext }}
6362
- {{- end }}
6361
+ {{ toYaml .Values.knative_operator.knative_operator.securityContext | indent 8 }}
6362
+ {{- end }}
6363
6363
containers :
6364
6364
- name : knative-operator
6365
6365
image : " {{ .Values.knative_operator.knative_operator.image }}:{{ .Values.knative_operator.knative_operator.tag }}"
0 commit comments