Skip to content

Commit

Permalink
feat(traefik): fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 1, 2024
1 parent be36eba commit f9c55fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions traefik/forward-auth/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ spec:
value: "true"
- name: PROVIDERS_OIDC_ISSUER_URL
value: https://account.nsl.xyz/auth/realms/google
- name: PROVIDERS_GOOGLE_CLIENT_ID
- name: PROVIDERS_OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
name: traefik-forward-auth-secrets
key: traefik-forward-auth-google-client-id
- name: PROVIDERS_GOOGLE_CLIENT_SECRET
key: traefik-forward-auth-oidc-client-id
- name: PROVIDERS_OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: traefik-forward-auth-secrets
key: traefik-forward-auth-google-client-secret
key: traefik-forward-auth-oidc-client-secret
- name: SECRET
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit f9c55fd

Please sign in to comment.