From d7e530d83b4effee39560d60835e8eda1ef67351 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 16 Jul 2023 19:13:41 -0500 Subject: [PATCH] update --- argocd/templates/invidious.yaml | 40 ++++++++++++++++----------------- argocd/templates/kong.yaml | 40 ++++++++++++++++----------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/argocd/templates/invidious.yaml b/argocd/templates/invidious.yaml index b9291f7..7c9d986 100644 --- a/argocd/templates/invidious.yaml +++ b/argocd/templates/invidious.yaml @@ -1,20 +1,20 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: invidious - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: invidious - destination: - namespace: invidious - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: invidious +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: invidious +# destination: +# namespace: invidious +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true diff --git a/argocd/templates/kong.yaml b/argocd/templates/kong.yaml index d74bc6c..99aec8b 100644 --- a/argocd/templates/kong.yaml +++ b/argocd/templates/kong.yaml @@ -1,20 +1,20 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kong - namespace: argocd -spec: - project: default - source: - repoURL: https://gitlab.com/developerdurp/homelab.git - targetRevision: main - path: kong - destination: - namespace: kong - name: in-cluster - 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://gitlab.com/developerdurp/homelab.git +# targetRevision: main +# path: kong +# destination: +# namespace: kong +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true