spec.helm.parameters apparently exists
This commit is contained in:
parent
1f1d7c5bc3
commit
c1f990cab6
1 changed files with 16 additions and 2 deletions
|
@ -11,6 +11,22 @@ spec:
|
||||||
targetRevision: 2025.6.4
|
targetRevision: 2025.6.4
|
||||||
type: helm
|
type: helm
|
||||||
helm:
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: "authentik.postgresql.password"
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: authentik-secrets
|
||||||
|
key: postgresql-password
|
||||||
|
- name: "authentik.redis.password"
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: authentik-secrets
|
||||||
|
key: redis-password
|
||||||
|
- name: "authentik.secret_key"
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: authentik-secrets
|
||||||
|
key: secret-key
|
||||||
values: |
|
values: |
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -29,8 +45,6 @@ spec:
|
||||||
existingSecret: authentik-secrets
|
existingSecret: authentik-secrets
|
||||||
existingSecretKey: redis-password
|
existingSecretKey: redis-password
|
||||||
authentik:
|
authentik:
|
||||||
secret_key_existing_secret: authentik-secrets
|
|
||||||
secret_key_existing_secret_key: secret-key
|
|
||||||
external_url: "https://authentik.yourdomain.com/"
|
external_url: "https://authentik.yourdomain.com/"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue