diff --git a/.dockerignore b/.dockerignore index 2eb2d4b23..4ec17391f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,4 @@ env -helm static htmlcov *.env.yml diff --git a/.gitignore b/.gitignore index 04635c664..2f2d151a2 100644 --- a/.gitignore +++ b/.gitignore @@ -193,10 +193,6 @@ pip-selfcheck.json local.env.yml .vscode/ -### Helm ### -# Chart dependencies -**/charts/*.tgz - # Selenium Screenshots selenium_screenshots/ backups/ diff --git a/README.md b/README.md index 011d5752f..90199a24e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ authentik is an open-source Identity Provider focused on flexibility and versati For small/test setups it is recommended to use docker-compose, see the [documentation](https://goauthentik.io/docs/installation/docker-compose/) -For bigger setups, there is a Helm Chart in the `helm/` directory. This is documented [here](https://goauthentik.io/docs/installation/kubernetes/) +For bigger setups, there is a Helm Chart [here])(https://github.com/goauthentik/helm). This is documented [here](https://goauthentik.io/docs/installation/kubernetes/) ## Screenshots diff --git a/web/.dockerignore b/web/.dockerignore index 2eb2d4b23..4ec17391f 100644 --- a/web/.dockerignore +++ b/web/.dockerignore @@ -1,5 +1,4 @@ env -helm static htmlcov *.env.yml diff --git a/website/docs/installation/kubernetes.md b/website/docs/installation/kubernetes.md index 0aa1ba4e0..c2998b863 100644 --- a/website/docs/installation/kubernetes.md +++ b/website/docs/installation/kubernetes.md @@ -2,7 +2,7 @@ title: Kubernetes installation --- -For a mid to high-load installation, Kubernetes is recommended. authentik is installed using a helm-chart. +authentik is installed using a helm-chart. To install authentik using the helm chart, generate a password for the database and the cache, using `pwgen` or `openssl rand -base64 36`.