Update README.md
This commit is contained in:
parent
b3f4586ed8
commit
e1c04971c1
12
README.md
12
README.md
|
|
@ -35,7 +35,17 @@ The default helmfile is `helmfile.yaml`:
|
||||||
# Use `helm-s3` and `helm-git` and whatever Helm Downloader plugins
|
# Use `helm-s3` and `helm-git` and whatever Helm Downloader plugins
|
||||||
# to use repositories other than the official repository or one backend by chartmuseum.
|
# to use repositories other than the official repository or one backend by chartmuseum.
|
||||||
repositories:
|
repositories:
|
||||||
- name: roboll
|
# To use official "stable" charts a.k.a https://github.com/helm/charts/tree/master/stable
|
||||||
|
- name: stable
|
||||||
|
url: https://kubernetes-charts.storage.googleapis.com
|
||||||
|
# To use official "incubator" charts a.k.a https://github.com/helm/charts/tree/master/incubator
|
||||||
|
- name: incubator
|
||||||
|
url: https://kubernetes-charts-incubator.storage.googleapis.com
|
||||||
|
# helm-git powered repository: You can treat any Git repository as a charts repository
|
||||||
|
- name: polaris
|
||||||
|
url: git+https://github.com/reactiveops/polaris@deploy/helm?ref=master
|
||||||
|
# Advanced configuration: You can setup basic or tls auth
|
||||||
|
- name: roboll
|
||||||
url: http://roboll.io/charts
|
url: http://roboll.io/charts
|
||||||
certFile: optional_client_cert
|
certFile: optional_client_cert
|
||||||
keyFile: optional_client_key
|
keyFile: optional_client_key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue