File tree 1 file changed +4
-4
lines changed
charts/external-dns/templates
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ spec:
136
136
securityContext :
137
137
{{- toYaml . | nindent 12 }}
138
138
{{- end }}
139
- image : {{ .Values.webhook.image . }}
139
+ image : {{ .Values.webhook.image }}
140
140
imagePullPolicy : {{ .Values.image.pullPolicy }}
141
141
{{- with .Values.webhook.env }}
142
142
env :
@@ -154,7 +154,7 @@ spec:
154
154
{{- toYaml .Values.webhook.livenessProbe | nindent 12 }}
155
155
readinessProbe :
156
156
{{- toYaml .Values.webhook.readinessProbe | nindent 12 }}
157
- {{- if or .Values.webhook.secretConfiguration.enabled .Values.webhook.extraVolumeMounts }}
157
+ {{- if or .Values.webhook.secretConfiguration.mountPath .Values.webhook.extraVolumeMounts }}
158
158
volumeMounts :
159
159
{{- if .Values.webhook.secretConfiguration.mountPath }}
160
160
- name : secrets
@@ -172,9 +172,9 @@ spec:
172
172
{{- toYaml . | nindent 12 }}
173
173
{{- end }}
174
174
{{- end }}
175
- {{- if or .Values.secretConfiguration.enabled .Values.webhook.secretConfiguration.enabled .Values.extraVolumes }}
175
+ {{- if or .Values.secretConfiguration.mountPath .Values.webhook.secretConfiguration.mountPath .Values.extraVolumes }}
176
176
volumes :
177
- {{- if .Values.secretConfiguration.enabled }}
177
+ {{- if or .Values.secretConfiguration.mountPath .Values.webhook.secretConfiguration.mountPath }}
178
178
- name : secrets
179
179
secret :
180
180
secretName : {{ include "external-dns.fullname" . }}
You can’t perform that action at this time.
0 commit comments