This commit is contained in:
2024-03-09 08:11:19 -06:00
parent 0ae329e636
commit 04d1744710

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kong
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
targetRevision: main
path: kong
destination:
namespace: kong
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true