fix the issue in the documentation (#1364)
This commit is contained in:
parent
34f6d4d568
commit
daf7d3b876
|
|
@ -672,7 +672,7 @@ releaseName: prod
|
||||||
`values.yaml.gotmpl`
|
`values.yaml.gotmpl`
|
||||||
|
|
||||||
```yaml
|
```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`,
|
`helmfile sync` installs `myapp` with the value `domain=dev.example.com`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue