update
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
authentik:
|
authentik:
|
||||||
global:
|
global:
|
||||||
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
env:
|
env:
|
||||||
- name: AUTHENTIK_POSTGRESQL__PASSWORD
|
- name: AUTHENTIK_POSTGRESQL__PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -19,7 +21,7 @@ authentik:
|
|||||||
outposts:
|
outposts:
|
||||||
container_image_base: registry.durp.info/goauthentik/%(type)s:%(version)s
|
container_image_base: registry.durp.info/goauthentik/%(type)s:%(version)s
|
||||||
postgresql:
|
postgresql:
|
||||||
host: '{{ .Release.Name }}-postgresql-hl'
|
host: "{{ .Release.Name }}-postgresql-hl"
|
||||||
name: "authentik"
|
name: "authentik"
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|||||||
Reference in New Issue
Block a user