#apiVersion: argoproj.io/v1alpha1 #kind: Application #metadata: # name: kong # namespace: argocd #spec: # project: default # source: # repoURL: https://github.com/DeveloperDurp/homelab.git # targetRevision: main # path: kong # directory: # recurse: true # destination: # server: https://kubernetes.default.svc # namespace: kong # syncPolicy: # automated: # prune: true # selfHeal: true # syncOptions: # - CreateNamespace=true