doc: getting start adds repositories configuration

Signed-off-by: xiaomudk <xiaomudk@gmail.com>
This commit is contained in:
xiaomudk 2022-07-18 23:13:32 +08:00
parent 93b1ac2b19
commit cdea0ff080
1 changed files with 5 additions and 1 deletions

View File

@ -69,6 +69,10 @@ Let's start with a simple `helmfile` and gradually improve it to fit your use-ca
Suppose the `helmfile.yaml` representing the desired state of your helm releases looks like:
```yaml
repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
releases:
- name: prom-norbac-ubuntu
namespace: prometheus
@ -107,4 +111,4 @@ We use:
* [semtag](https://github.com/pnikosis/semtag) for automated semver tagging.
I greatly appreciate the author(pnikosis)'s effort on creating it and their
kindness to share it!
kindness to share it!