README: Add note about environment variable types (#1251)
Fixes https://github.com/roboll/helmfile/issues/1248
This commit is contained in:
parent
66f34580c3
commit
ef2d8853c2
|
|
@ -327,6 +327,10 @@ releases:
|
|||
value: {{ env "SCHEME" | default "https" }}
|
||||
```
|
||||
|
||||
### Note
|
||||
|
||||
If you wish to treat your enviroment variables as strings always, even if they are boolean or numeric values you can use `{{ env "ENV_NAME" | quote }}` or `"{{ env "ENV_NAME" }}"`. These approaches also work with `requiredEnv`.
|
||||
|
||||
## installation
|
||||
|
||||
- download one of [releases](https://github.com/roboll/helmfile/releases) or
|
||||
|
|
|
|||
Loading…
Reference in New Issue