spec.helm.parameters apparently exists

This commit is contained in:
j 2025-08-17 14:26:41 +00:00
parent 1f1d7c5bc3
commit c1f990cab6

View file

@ -11,6 +11,22 @@ spec:
targetRevision: 2025.6.4
type: 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: |
postgresql:
enabled: false
@ -29,8 +45,6 @@ spec:
existingSecret: authentik-secrets
existingSecretKey: redis-password
authentik:
secret_key_existing_secret: authentik-secrets
secret_key_existing_secret_key: secret-key
external_url: "https://authentik.yourdomain.com/"
ingress:
enabled: true