mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
bf7f3692b8
commit
765a79aaad
1 changed files with 6 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
|||
authentik:
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
env:
|
||||
- name: AUTHENTIK_POSTGRESQL__PASSWORD
|
||||
valueFrom:
|
||||
|
|
@ -19,7 +21,7 @@ authentik:
|
|||
outposts:
|
||||
container_image_base: registry.durp.info/goauthentik/%(type)s:%(version)s
|
||||
postgresql:
|
||||
host: '{{ .Release.Name }}-postgresql-hl'
|
||||
host: "{{ .Release.Name }}-postgresql-hl"
|
||||
name: "authentik"
|
||||
user: "authentik"
|
||||
port: 5432
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue