mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
11 lines
283 B
YAML
11 lines
283 B
YAML
apiVersion: homelab.mortenolsen.pro/v1
|
|
kind: OidcClient
|
|
metadata:
|
|
name: '{{ .Release.Name }}'
|
|
spec:
|
|
environment: '{{ .Values.globals.environment }}'
|
|
redirectUris:
|
|
- path: /user/oauth2/Authentik/callback
|
|
subdomain: '{{ .Values.subdomain }}'
|
|
matchingMode: strict
|