1
0
forked from k-space/kube

auth migra: whoami

This commit is contained in:
2024-08-03 04:02:06 +03:00
parent 6879a4e5a5
commit 41da5931f9
2 changed files with 26 additions and 6 deletions
argocd/applications
whoami

@@ -0,0 +1,20 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whoami
namespace: argocd
spec:
project: default
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: whoami
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: whoami
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true