From 52f7aab2ce3c6cf8a159cb5306aab03e7520f804 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 11 Jun 2023 13:06:47 +0000 Subject: [PATCH] Update file kong.yaml --- argocd/templates/kong.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: