make sure ingress-nginx instances are watching their namespace only during test runs
This commit is contained in:
parent
1b5db4b3b0
commit
2c4e41c905
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ spec:
|
|||
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services
|
||||
- --publish-service=$(POD_NAMESPACE)/ingress-nginx
|
||||
- --annotations-prefix=nginx.ingress.kubernetes.io
|
||||
- --watch-namespace=${NAMESPACE}
|
||||
env:
|
||||
- name: POD_NAME
|
||||
valueFrom:
|
||||
|
|
Loading…
Reference in a new issue