argocd apps.yaml

This commit is contained in:
Titus Vermesan
2024-10-01 18:00:43 +02:00
parent 23ebe3936a
commit fd0f555e7a

22
argocd/apps.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
spec:
project: default
source:
repoURL: 'git@192.168.4.101:innohub/k3s.git'
path: argocd/apps
targetRevision: main
directory:
recurse: true
exclude: '**/include/*'
jsonnet: {}
destination:
server: 'https://kubernetes.default.svc'
namespace: argocd
syncPolicy:
automated:
selfHeal: true
prune: true