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