README: Add note about environment variable types (#1251)

Fixes https://github.com/roboll/helmfile/issues/1248
This commit is contained in:
James F McMahon 2020-05-09 00:12:52 -05:00 committed by GitHub
parent 66f34580c3
commit ef2d8853c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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