Files
homelab-v/k8s/infra/auth/keycloak/config/kustomization.yaml
T
Vegard Hagen 69d56e8e71 feat: install Netbird as a VPN solution
Also configure Netbird OIDC client in Keycloak using Crossplane
2024-11-17 17:03:27 +01:00

10 lines
196 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- realms.yaml
- users.yaml
- client-cloudflare.yaml
- cloudflare-oidc-credentials.yaml
- builtin-objects.yaml