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