This commit is contained in:
2024-03-09 10:22:36 -06:00
parent 16208de9cf
commit 2005dba0b6
3 changed files with 0 additions and 33 deletions

View File

@@ -1,20 +0,0 @@
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