This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/helm
Jens L 7be680cbe5
Migrate to Docusaurus (#329)
* docs: initial migration to docusaurus

* website: add custom font, update blurbs and icons

* website: update splash

* root: update links to docs

* flows: use .pbflow extension so docusaurus doesn't mangle the files

* e2e: workaround prospector

* Squashed commit of the following:

commit 1248585dca
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Sun Nov 15 20:46:53 2020 +0100

    e2e: attempt to fix prospector error again

commit 1319c480c4
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Sun Nov 15 20:41:35 2020 +0100

    ci: install previous python version for upgrade testing

* web: update accent colours and format

* website: format markdown files

* website: fix colours for text

* website: switch to temporary accent colour to improve readability

* flows: fix path for TestTransferDocs

* flows: fix formatting of tests
2020-11-15 22:42:02 +01:00
..
templates helm: add readme, general cleanup 2020-10-22 17:25:30 +02:00
.helmignore ci: replace helm with helm3 2019-12-14 14:34:34 +01:00
Chart.lock helm: update to v2 chart 2020-08-25 17:58:05 +02:00
Chart.yaml new release: 0.12.10-stable 2020-11-11 14:54:29 +01:00
README.md Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
values.test.yaml helm: add service account for controller, add option to enable it 2020-10-16 21:55:24 +02:00
values.yaml new release: 0.12.10-stable 2020-11-11 14:54:29 +01:00

README.md

passbook Helm Chart

Name Default Description
image.name beryju/passbook Image used to run the passbook server and worker
image.name_static beryju/passbook-static Image used to run the passbook static server (CSS and JS Files)
image.tag 0.12.5-stable Image tag
serverReplicas 1 Replicas for the Server deployment
workerReplicas 1 Replicas for the Worker deployment
kubernetesIntegration true Enable/disable the Kubernetes integration for passbook. This will create a service account for passbook to create and update outposts in passbook
config.secretKey Secret key used to sign session cookies, generate with pwgen 50 1 for example.
config.errorReporting.enabled false Enable/disable error reporting
config.errorReporting.environment customer Environment sent with the error reporting
config.errorReporting.sendPii false Whether to send Personally-identifiable data with the error reporting
config.logLevel warning Log level of passbook
backup.accessKey Optionally enable S3 Backup, Access Key
backup.secretKey Optionally enable S3 Backup, Secret Key
backup.bucket Optionally enable S3 Backup, Bucket
backup.region Optionally enable S3 Backup, Region
backup.host Optionally enable S3 Backup, to custom Endpoint like minio
ingress.annotations {} Annotations for the ingress object
ingress.hosts [passbook.k8s.local] Hosts which the ingress will match
ingress.tls [] TLS Configuration, same as Ingress objects
install.postgresql true Enables/disables the packaged PostgreSQL Chart
install.redis true Enables/disables the packaged Redis Chart
postgresql.postgresqlPassword Password used for PostgreSQL, generated automatically.

For more info, see https://passbook.beryju.org/ and https://passbook.beryju.org/docs/installation/kubernetes/