From 4628ee667884d131cc5069f7aac99f11948d481e Mon Sep 17 00:00:00 2001 From: Hoan To Date: Wed, 19 Oct 2022 12:25:57 +0200 Subject: [PATCH] rework --- Chart.yaml-test => Chart.yaml | 0 bootstrap.yaml | 23 ----------------------- 2 files changed, 23 deletions(-) rename Chart.yaml-test => Chart.yaml (100%) delete mode 100644 bootstrap.yaml diff --git a/Chart.yaml-test b/Chart.yaml similarity index 100% rename from Chart.yaml-test rename to Chart.yaml diff --git a/bootstrap.yaml b/bootstrap.yaml deleted file mode 100644 index 5e52013..0000000 --- a/bootstrap.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: bootstrap - namespace: argo-cd -spec: - destination: - namespace: argo-cd - server: https://kubernetes.default.svc - project: default - source: - path: . - repoURL: 'prodnso-harbor-01.smardigo.digital/infrastructure' - targetRevision: 0.1.6 - chart: bootstrap - helm: - valueFiles: - - values.yaml - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true