diff --git a/argo1/Chart.yaml b/argo1/Chart.yaml index 3c864d8..bb54af3 100644 --- a/argo1/Chart.yaml +++ b/argo1/Chart.yaml @@ -15,6 +15,6 @@ dependencies: #- name: argo-cd # version: "5.29.1" # repository: "https://argoproj.github.io/argo-helm" -#- name: argocd-apps -# version: 0.0.9 -# repository: "https://argoproj.github.io/argo-helm" +- name: argocd-apps + version: 0.0.9 + repository: "https://argoproj.github.io/argo-helm" diff --git a/argo1/argo1-bad.yaml b/argo1/argo1-bad.yaml deleted file mode 100644 index 4026654..0000000 --- a/argo1/argo1-bad.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argo1 - namespace: argocd -spec: - destination: - name: in-cluster - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: . - repoURL: https://git.strudelline.net/infra/repo1 - targetRevision: HEAD - syncPolicy: - automated: - selfHeal: true - retry: - backoff: - duration: 5s - factor: 2 - maxDuration: 3m0s - limit: 10 - syncOptions: - - CreateNamespace=true diff --git a/argo1/argo2-good.yaml b/argo1/argo2-good.yaml deleted file mode 100644 index 50a4b1e..0000000 --- a/argo1/argo2-good.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argo2 - namespace: argocd -spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: . - repoURL: https://git.strudelline.net/infra/argo1 - targetRevision: main - syncPolicy: - automated: - selfHeal: true - retry: - backoff: - duration: 5s - factor: 2 - maxDuration: 3m0s - limit: 10 - syncOptions: - - CreateNamespace=true diff --git a/argo1/templates/self.yaml b/argo1/templates.back2/self.yaml similarity index 100% rename from argo1/templates/self.yaml rename to argo1/templates.back2/self.yaml diff --git a/argo1/values.yaml b/argo1/values.yaml index b9c82af..ab6dca4 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -6,8 +6,7 @@ bootstrap: argo-cd: crds: - install: true - keep: false + install: false configs: params: