Merge pull request #240 from xiaomudk/doc

doc: getting start adds repositories configuration
This commit is contained in:
yxxhero 2022-07-19 10:29:57 +08:00 committed by GitHub
commit 35453566df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: Suppose the `helmfile.yaml` representing the desired state of your helm releases looks like:
```yaml ```yaml
repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
releases: releases:
- name: prom-norbac-ubuntu - name: prom-norbac-ubuntu
namespace: prometheus namespace: prometheus