diff --git a/docs/docs/k8s/helm.md b/docs/docs/k8s/helm.md index f2c4ccbb3..7b9798999 100644 --- a/docs/docs/k8s/helm.md +++ b/docs/docs/k8s/helm.md @@ -19,7 +19,7 @@ This quick-start will show you how to deploy Pomerium with [Helm] on [Kubernetes - Export the configuration file from your Kubernetes host and export it to your `KUBECONFIG` environment variable (usually by placing it in `~/.kube`). See [Organizing Cluster Access Using kubeconfig Files] for more information. - - A namespace in the cluster for Pomerium. This document assumes the namespace `pomerium`. + - A namespace in the cluster for Pomerium. This document assumes the namespace `pomerium`, which you can create with `kubectl create namespace pomerium`. - A configured [identity provider]. - A domain space. The steps below use `*.localhost.pomerium.io` as a placeholder value. We have set DNS records for this domain space to point to `127.0.0.1` (localhost), so you can use this domain space when testing Pomerium locally. - [TLS certificates]. If you don't yet have a production environment with trusted certificates, this page will cover using [mkcert] to create locally trusted certificates, and [cert-manager] to manage them in the cluster.