Merge pull request #2577 from Shopify/e2e-test-namespace-isolation

make sure ingress-nginx instances are watching their namespace only during test runs
This commit is contained in:
k8s-ci-robot 2018-05-28 14:25:31 -07:00 committed by GitHub
commit 0cdb74e123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: