You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- --host={{ include "ingress-nginx.controller.fullname" . }}-admission,{{ include "ingress-nginx.controller.fullname" . }}-admission.{{ .Release.Namespace }}.svc
42
-
- --namespace={{ .Release.Namespace }}
41
+
- --host={{ include "ingress-nginx.controller.fullname" . }}-admission,{{ include "ingress-nginx.controller.fullname" . }}-admission.$(POD_NAMESPACE).svc
42
+
- --namespace=$(POD_NAMESPACE)
43
43
- --secret-name={{ include "ingress-nginx.fullname" . }}-admission
44
+
env:
45
+
- name: POD_NAMESPACE
46
+
valueFrom:
47
+
fieldRef:
48
+
fieldPath: metadata.namespace
44
49
restartPolicy: OnFailure
45
50
serviceAccountName: {{ include "ingress-nginx.fullname" . }}-admission
46
51
{{- if .Values.controller.admissionWebhooks.patch.nodeSelector }}
0 commit comments