From a99109e768ca7374d7f1f1fc5f72bae05f2887fd Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 12 Mar 2023 13:42:08 -0500 Subject: [PATCH] remove nexus and nextcloud --- argocd/templates/nextcloud.yaml | 40 +++++++++---------- .../templates/nexus-repository-manager.yaml | 40 +++++++++---------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/argocd/templates/nextcloud.yaml b/argocd/templates/nextcloud.yaml index a9ef699..e297a69 100644 --- a/argocd/templates/nextcloud.yaml +++ b/argocd/templates/nextcloud.yaml @@ -1,21 +1,21 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: nextcloud - namespace: argocd -spec: - project: default - source: - repoURL: https://github.com/DeveloperDurp/homelab.git - targetRevision: main - path: nextcloud - destination: - namespace: nextcloud - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: nextcloud +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://github.com/DeveloperDurp/homelab.git +# targetRevision: main +# path: nextcloud +# destination: +# namespace: nextcloud +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true diff --git a/argocd/templates/nexus-repository-manager.yaml b/argocd/templates/nexus-repository-manager.yaml index ca47917..2f272e6 100644 --- a/argocd/templates/nexus-repository-manager.yaml +++ b/argocd/templates/nexus-repository-manager.yaml @@ -1,21 +1,21 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: nexus-repository-manager - namespace: argocd -spec: - project: default - source: - repoURL: https://github.com/DeveloperDurp/homelab.git - targetRevision: main - path: nexus-repository-manager - destination: - namespace: nexus-repository-manager - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true +#apiVersion: argoproj.io/v1alpha1 +#kind: Application +#metadata: +# name: nexus-repository-manager +# namespace: argocd +#spec: +# project: default +# source: +# repoURL: https://github.com/DeveloperDurp/homelab.git +# targetRevision: main +# path: nexus-repository-manager +# destination: +# namespace: nexus-repository-manager +# name: in-cluster +# syncPolicy: +# automated: +# prune: true +# selfHeal: true +# syncOptions: +# - CreateNamespace=true