mirror of
https://github.com/nold360/hive-apps
synced 2024-11-04 12:56:35 +00:00
21 lines
435 B
YAML
21 lines
435 B
YAML
|
config:
|
||
|
description: Authentik Authentication
|
||
|
|
||
|
apps:
|
||
|
- name: authentik
|
||
|
repoURL: https://charts.goauthentik.io/
|
||
|
chart: authentik
|
||
|
targetRevision: 4.0.3
|
||
|
secrets:
|
||
|
- name: authentik
|
||
|
keys:
|
||
|
- secret_key
|
||
|
- name: postgres
|
||
|
keys:
|
||
|
- postgresql-username
|
||
|
- postgresql-password
|
||
|
- postgresql-postgres-password
|
||
|
- name: redis
|
||
|
keys:
|
||
|
- password
|