Update README.md

This commit is contained in:
KUOKA Yusuke 2019-05-30 17:11:42 +09:00 committed by GitHub
parent b3f4586ed8
commit e1c04971c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 6 deletions

View File

@ -35,12 +35,22 @@ 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
url: http://roboll.io/charts - name: stable
certFile: optional_client_cert url: https://kubernetes-charts.storage.googleapis.com
keyFile: optional_client_key # To use official "incubator" charts a.k.a https://github.com/helm/charts/tree/master/incubator
username: optional_username - name: incubator
password: optional_password 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
certFile: optional_client_cert
keyFile: optional_client_key
username: optional_username
password: optional_password
# context: kube-context # this directive is deprecated, please consider using helmDefaults.kubeContext # context: kube-context # this directive is deprecated, please consider using helmDefaults.kubeContext