typo in example (#582)
This commit is contained in:
parent
272d55e31a
commit
0fc8ac395b
|
|
@ -151,7 +151,7 @@ Environment variables can be used in most places for templating the helmfile. Cu
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
respositories:
|
repositories:
|
||||||
- name: your-private-git-repo-hosted-charts
|
- name: your-private-git-repo-hosted-charts
|
||||||
url: https://{{ requiredEnv "GITHUB_TOKEN"}}@raw.githubusercontent.com/kmzfs/helm-repo-in-github/master/
|
url: https://{{ requiredEnv "GITHUB_TOKEN"}}@raw.githubusercontent.com/kmzfs/helm-repo-in-github/master/
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue