From 06267d74f28278dfbbe2552c3a12d08ecdd41248 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Fri, 13 Sep 2019 18:04:02 -0700 Subject: [PATCH] Add helm.repositories back to argocd-cm.yaml (#2314) --- docs/operator-manual/argocd-cm.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/operator-manual/argocd-cm.yaml b/docs/operator-manual/argocd-cm.yaml index 933086d1df..560f062176 100644 --- a/docs/operator-manual/argocd-cm.yaml +++ b/docs/operator-manual/argocd-cm.yaml @@ -56,6 +56,7 @@ data: # Git repositories configure Argo CD with (optional). # This list is updated when configuring/removing repos from the UI/CLI + # Note: 'type: helm' field is supported in v1.3+. Use 'helm.repositories' for older versions. repositories: | - url: https://github.com/argoproj/my-private-repository passwordSecret: @@ -80,6 +81,19 @@ data: name: my-secret key: password + # Non-standard and private Helm repositories (deprecated in 1.3). + helm.repositories: | + - url: https://storage.googleapis.com/istio-prerelease/daily-build/master-latest-daily/charts + name: istio.io + - url: https://my-private-chart-repo.internal + name: private-repo + usernameSecret: + name: my-secret + key: username + passwordSecret: + name: my-secret + key: password + # Configuration to customize resource behavior (optional). Keys are in the form: group/Kind. resource.customizations: | admissionregistration.k8s.io/MutatingWebhookConfiguration: