diff --git a/argo1/Chart.yaml b/argo1/Chart.yaml index 4a625a8..6e201dc 100644 --- a/argo1/Chart.yaml +++ b/argo1/Chart.yaml @@ -11,6 +11,3 @@ dependencies: - name: argo-cd version: *argoVersion 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/secrets-svc-argocd.yaml b/argo1/secrets-svc-argocd.yaml deleted file mode 100644 index 8195d42..0000000 --- a/argo1/secrets-svc-argocd.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -apiVersion: v1 -kind: Secret -metadata: - name: local-git-creds - namespace: argocd - labels: - argocd.argoproj.io/secret-type: repo-creds -stringData: - type: git - url: https://git.strudelline.net/ - password: JwCJznZZMJU4se - username: svc-argocd - project: default - diff --git a/argo1/values.yaml b/argo1/values.yaml index 0fb6918..2e85cef 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -30,28 +30,3 @@ argo-cd: tls: - hosts: *ghosts secretName: wildcard-tls -#argocd-apps: -# applications: -# - name: argo1 -# destination: -# name: in-cluster -# namespace: argocd -# source: -# path: argo1 -# repoURL: 'https://git.strudelline.net/infra/argocd' -# targetRevision: main -# sources: [] -# project: default -# syncPolicy: -# automated: -# prune: false -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# retry: -# limit: 10 -# backoff: -# duration: 5s -# maxDuration: 3m0s -# factor: 2 -#