fix the issue in the documentation (#1364)

This commit is contained in:
Prasanna 2020-07-20 06:39:54 +05:30 committed by GitHub
parent 34f6d4d568
commit daf7d3b876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ releaseName: prod
`values.yaml.gotmpl`
```yaml
domain: {{ .Values | get "my.domain" "dev.example.com" }}
domain: {{ .Values | get "domain" "dev.example.com" }}
```
`helmfile sync` installs `myapp` with the value `domain=dev.example.com`,