Skip to content

Commit

Permalink
Update SSO
Browse files Browse the repository at this point in the history
- Removed "envValueFrom" since it's not supported anymore in 2024 release
- Set SSO version for avoiding automatic updates
  • Loading branch information
dark-vex authored Feb 23, 2024
1 parent b94084a commit 473e939
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions apps/kubenuc/sso/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
chart:
spec:
chart: authentik
version: "authentik-2024.2.1"
sourceRef:
kind: HelmRepository
name: goauthentik-chart
Expand Down Expand Up @@ -76,22 +77,26 @@ spec:
enabled: false

envValueFrom:
PG_PASS:
secretKeyRef:
key: PG_PASS
name: sso-secrets
AUTHENTIK_SECRET_KEY:
secretKeyRef:
key: AUTHENTIK_SECRET_KEY
name: sso-secrets
AUTHENTIK_POSTGRESQL__HOST:
secretKeyRef:
key: PG_HOST
name: sso-secrets
AUTHENTIK_POSTGRESQL__PASSWORD:
secretKeyRef:
key: PG_PASS
name: sso-secrets
- name: PG_PASS
valueFrom:
secretKeyRef:
key: PG_PASS
name: sso-secrets
- name: AUTHENTIK_SECRET_KEY
valueFrom:
secretKeyRef:
key: AUTHENTIK_SECRET_KEY
name: sso-secrets
- name: AUTHENTIK_POSTGRESQL__HOST
valueFrom:
secretKeyRef:
key: PG_HOST
name: sso-secrets
- name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom:
secretKeyRef:
key: PG_PASS
name: sso-secrets

ingress:
ingressClassName: nginx
Expand Down

0 comments on commit 473e939

Please sign in to comment.