[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.
This commit is contained in:
seanson@users.noreply.github.com 2019-11-15 12:12:54 +11:00
parent 7c0d730f47
commit 11cc323e6e
No known key found for this signature in database
GPG key ID: 356A1B69190BEB01
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
*.tgz
output

View file

@ -338,6 +338,12 @@ server:
# sshPrivateKeySecret: # sshPrivateKeySecret:
# name: secret-name # name: secret-name
# key: sshPrivateKey # 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: | # oidc.config: |
# name: AzureAD # name: AzureAD
# issuer: https://login.microsoftonline.com/TENANT_ID/v2.0 # issuer: https://login.microsoftonline.com/TENANT_ID/v2.0