Update Kubernetes docs to include Kubernetes Auth method (#8046)

* Improve standalone with TLS example

- Documented creating a key & cert for serving Vault endpoints
- Removed unneeded configuration in custom values.yaml
- Updated examples to 1.3.0

* Add 127.0.0.1 to CSR

* Grammar & minor formatting

* Add additional DNS entry for CSR

* Split examples into individual pages

* Add Kubernetes Auth Method example

* Remove old examples file

* Fix rebase fail

* Remove global section of yaml files that aren't needed

* Fix minor typos

* Fix typos that didn't get carried over from previous PR

* Re-copy from previous examples file to resolve rebase issues

* update dependencies

Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
This commit is contained in:
Michael Golowka OR 1=1); DROP TABLE users; --
2020-01-23 13:14:01 -07:00
committed by GitHub
parent 8f30f51ae9
commit ac33c32639
7 changed files with 250 additions and 167 deletions

View File

@@ -314,7 +314,20 @@ export default [
content: [
{
category: 'helm',
content: ['run', 'configuration', 'examples']
content: [
'run',
'configuration',
{
category: 'examples',
content: [
'standalone-load-balanced-ui',
'standalone-tls',
'standalone-audit',
'ha-with-consul',
'kubernetes-auth'
]
},
],
},
{
category: 'injector',