Skip to content

Commit 2c9b6c5

Browse files
authored
Merge pull request #1 from haproxytech/bas
MINOR: README: add warning about comma in value string
2 parents aa15693 + ab100a8 commit 2c9b6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes-ingress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ helm install my-ingress3 haproxytech/kubernetes-ingress \
111111
--set controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-cross-zone-load-balancing-enabled"="true"
112112
```
113113

114-
***NOTE***: With helm `--set` it is needed to put quotes and escape dots in the annotation key.
114+
***NOTE***: With helm `--set` it is needed to put quotes and escape dots in the annotation key and commas in the value string.
115115

116116
### Using values from YAML file
117117

@@ -164,4 +164,4 @@ helm install my-release haproxytech/kubernetes-ingress \
164164

165165
## Contributing
166166

167-
We welcome all contributions. Please refer to [guidelines](../CONTRIBUTING.md) on how to make a contribution.
167+
We welcome all contributions. Please refer to [guidelines](../CONTRIBUTING.md) on how to make a contribution.

0 commit comments

Comments
 (0)