kube/oidc-gateway
rasmus 5b75e489e7 texts: remove unneeded <br/>
Paragraphs induce spacing automatically.
2024-02-04 20:00:59 +02:00
..
README.md Deprecate Authelia 2023-07-28 12:23:29 +03:00
crds.yml oidc: update CRDs 2023-08-01 02:02:07 +03:00
deployment.yml oidc: update image 2024-01-31 16:24:35 +02:00
kubelogin.yaml Move whoami 2023-08-13 18:35:25 +03:00
proxmox.yaml oidc-gateway: Cleanups 2023-08-28 21:10:28 +03:00
rbac.yml oidc: add oidc-gateway manifests 2023-06-27 14:01:44 +03:00
texts.yml texts: remove unneeded <br/> 2024-02-04 20:00:59 +02:00
voron.yaml Deprecate Authelia 2023-07-28 12:23:29 +03:00
whoami.yml oidc-gateway: Cleanups 2023-08-28 21:10:28 +03:00

README.md

OIDC Gateway

To deploy

kubectl create namespace oidc-gateway
kubectl apply -n oidc-gateway -f crds.yml -f rbac.yml -f texts.yml -f deployment.yml -f kubelogin.yaml -f proxmox.yaml -f voron.yaml