trying out argocd bootstrapping

This commit is contained in:
2023-10-09 14:53:41 +02:00
parent 7e1eb316ff
commit 4eb080c4fd
14 changed files with 177 additions and 9547 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whoami-application
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: HEAD
path: apps/whoami
destination:
server: https://kubernetes.default.svc
namespace: whoami