[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:
parent
7c0d730f47
commit
11cc323e6e
2 changed files with 8 additions and 0 deletions
2
charts/argo-cd/.helmignore
Normal file
2
charts/argo-cd/.helmignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.tgz
|
||||||
|
output
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue