whoami-oidc

This commit is contained in:
2024-02-12 07:46:12 +02:00
parent a055c739c1
commit d29a1a3531
2 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whoami-oidc
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: whoami-oidc
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: whoami-oidc
syncPolicy: {}