Skip to content

Commit

Permalink
Merge pull request #715 from olvesh/master
Browse files Browse the repository at this point in the history
Corrected annotation ex `signin-url` to `auth-url`
  • Loading branch information
aledbf authored May 14, 2017
2 parents 37abed3 + 4e94069 commit 07647fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/external-auth/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
name: application
annotations:
"ingress.kubernetes.io/auth-url": "https://$host/oauth2/auth"
"ingress.kubernetes.io/signin-url": "https://$host/oauth2/sign_in"
"ingress.kubernetes.io/auth-signin": "https://$host/oauth2/sign_in"
...
```

Expand Down

0 comments on commit 07647fd

Please sign in to comment.