Skip to content

Commit

Permalink
Merge pull request #2577 from Shopify/e2e-test-namespace-isolation
Browse files Browse the repository at this point in the history
make sure ingress-nginx instances are watching their namespace only during test runs
  • Loading branch information
k8s-ci-robot authored May 28, 2018
2 parents f099d37 + 2c4e41c commit 0cdb74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/manifests/ingress-controller/mandatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0cdb74e

Please sign in to comment.