diff --git a/argocd/templates/kong.yaml b/argocd/templates/kong.yaml index 53c2db6..d74bc6c 100644 --- a/argocd/templates/kong.yaml +++ b/argocd/templates/kong.yaml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: durpapi + name: kong namespace: argocd spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: main - path: durpapi + path: kong destination: - namespace: durpapi + namespace: kong name: in-cluster syncPolicy: automated: