From 11cc323e6e25502975b38e5687f2e3c68696c4ed Mon Sep 17 00:00:00 2001 From: "seanson@users.noreply.github.com" Date: Fri, 15 Nov 2019 12:12:54 +1100 Subject: [PATCH] [charts/argo-cd] Add helm repo example, helmignore This adds some examples to the values.yaml on how to use the new Helm repo chart types. Add helmignore to help with development. --- charts/argo-cd/.helmignore | 2 ++ charts/argo-cd/values.yaml | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 charts/argo-cd/.helmignore diff --git a/charts/argo-cd/.helmignore b/charts/argo-cd/.helmignore new file mode 100644 index 00000000..2df6bf53 --- /dev/null +++ b/charts/argo-cd/.helmignore @@ -0,0 +1,2 @@ +*.tgz +output diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index ef5ec127..2cc61770 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -338,6 +338,12 @@ server: # sshPrivateKeySecret: # name: secret-name # key: sshPrivateKey + # - type: helm + # url: https://kubernetes-charts.storage.googleapis.com + # name: stable + # - type: helm + # url: https://argoproj.github.io/argo-helm + # name: argo # oidc.config: | # name: AzureAD # issuer: https://login.microsoftonline.com/TENANT_ID/v2.0