mirror of
https://github.com/helm/helm.git
synced 2026-08-12 12:14:45 +00:00
Merge pull request #3417 from ArnaudRinquin/patch-1
Update charts_tips_and_tricks.md
This commit is contained in:
@@ -52,6 +52,16 @@ many cases, cause parsing errors inside of Kubernetes.
|
||||
port: {{ .Values.Port }}
|
||||
```
|
||||
|
||||
This remark does not apply to env variables values which are expected to be string, even if they represent integers:
|
||||
|
||||
```
|
||||
env:
|
||||
-name: HOST
|
||||
value: "http://host"
|
||||
-name: PORT
|
||||
value: "1234"
|
||||
```
|
||||
|
||||
## Using the 'include' Function
|
||||
|
||||
Go provides a way of including one template in another using a built-in
|
||||
|
||||
Reference in New Issue
Block a user