kube/argocd/applications/whoami-oidc.yaml

18 lines
360 B
YAML
Raw Normal View History

2024-02-12 05:46:12 +00:00
---
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
2024-02-12 06:49:45 +00:00
syncPolicy:
automated: {}