Merge pull request #5646 from chamilad/doc_fixes

Add minor doc fixes to user guide and chart readme
This commit is contained in:
Kubernetes Prow Robot 2020-06-05 13:21:48 -07:00 committed by GitHub
commit 418c3de04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ Use `nginx.ingress.kubernetes.io/session-cookie-samesite` to apply a `SameSite`
### Authentication
Is possible to add authentication adding additional annotations in the Ingress rule. The source of the authentication is a secret that contains usernames and passwords.
It is possible to add authentication by adding additional annotations in the Ingress rule. The source of the authentication is a secret that contains usernames and passwords.
The annotations are:
```