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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue