Skip to content

Commit

Permalink
Remove oauth annotations from demo ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
  • Loading branch information
alexmt committed Oct 5, 2021
1 parent 0753e94 commit 9647f4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/canary/canary-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
ingress.kubernetes.io/proxy-body-size: 100M
kubernetes.io/ingress.class: nginx
ingress.kubernetes.io/app-root: /
nginx.ingress.kubernetes.io/auth-signin: http://$host/oauth2/start?rd=$request_uri
nginx.ingress.kubernetes.io/auth-url: http://$host/oauth2/auth
spec:
rules:
- host: canary.dev.argoproj.io
Expand Down
2 changes: 0 additions & 2 deletions examples/canary/canary-preview-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
ingress.kubernetes.io/proxy-body-size: 100M
kubernetes.io/ingress.class: nginx
ingress.kubernetes.io/app-root: /
nginx.ingress.kubernetes.io/auth-signin: http://$host/oauth2/start?rd=$request_uri
nginx.ingress.kubernetes.io/auth-url: http://$host/oauth2/auth
spec:
rules:
- host: canary-preview.dev.argoproj.io
Expand Down

0 comments on commit 9647f4a

Please sign in to comment.