From 4167f20f46032a5c2027f13e34383dd902a77e2b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 8 Apr 2023 15:36:05 -0500 Subject: [PATCH] remove kong --- argocd/templates/kong.yaml | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/argocd/templates/kong.yaml b/argocd/templates/kong.yaml index a4adf72..b26f9f7 100644 --- a/argocd/templates/kong.yaml +++ b/argocd/templates/kong.yaml @@ -1,23 +1,23 @@ -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 +#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