pomerium/docs
George Ornbo 7c6580b66b
Add missing namespace creation for pomerium (#3099)
* Add missing namespace creation for pomerium

The namespace for pomerium is not created during the walkthrough so running the command to create the tls secret fails.

``` bash
% kubectl create secret tls pomerium-tls-ca --namespace=pomerium \
--cert="$(mkcert -CAROOT)/rootCA.pem" --key="$(mkcert -CAROOT)/rootCA-key.pem"
error: failed to create secret namespaces "pomerium" not found
```
This PR adds the creation of the namespace before running the tls secret command.

* move namespace creation cmd to prereqs

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-03-10 20:38:34 -08:00
..
.vuepress exclude template from sitemap (#3092) 2022-03-08 12:29:55 -06:00
docs Add missing namespace creation for pomerium (#3099) 2022-03-10 20:38:34 -08:00
enterprise Update metrics address copy (#3079) 2022-03-10 13:34:37 -05:00
guides typo correction (#3121) 2022-03-08 19:27:39 -08:00
partials various link fixes (#3049) 2022-02-18 11:19:02 -06:00
reference Clarify configuration between modes (#3111) 2022-03-09 14:21:19 -06:00
readme.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00