From 3bf8b7e38eaa62fac1fe42733bdc1a6bc3e9197a Mon Sep 17 00:00:00 2001 From: John Allen Date: Wed, 18 Sep 2024 16:01:26 -0400 Subject: [PATCH] feat: remove harbor app --- system/base/templates/harbor.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 system/base/templates/harbor.yaml diff --git a/system/base/templates/harbor.yaml b/system/base/templates/harbor.yaml deleted file mode 100644 index d203e81..0000000 --- a/system/base/templates/harbor.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: harbor - namespace: argocd -spec: - project: default - source: - chart: harbor - repoURL: https://helm.goharbor.io - targetRevision: 2.11.1 - helm: {} - destination: - server: https://kubernetes.default.svc - namespace: harbor - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true -