Commit ab100a8
committed
MINOR: README: add warning about comma in value string
When using helm cli with `--set` parameters, one also need to escape
commas ',' in the value string, such as:
helm upgrade syslog haproxytech/kubernetes-ingress \
--set controller.config."syslog-server"="address:127.0.0.1\, facility:local0\, format:raw\, level:notice"
otherwise such error is returned:
Error: failed parsing --set data: key " format:raw, level:notice" has no value1 parent aa15693 commit ab100a8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
0 commit comments