showuon commented on code in PR #911:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/911#discussion_r1835934912
##########
docs/content/docs/operations/helm.md:
##########
@@ -56,6 +56,10 @@ To override single parameters you can use `--set`, for
example:
```
helm install --set image.repository=apache/flink-kubernetes-operator --set
image.tag={{< stable >}}{{< version >}}{{< /stable >}}{{< unstable >}}latest{{<
/unstable >}} flink-kubernetes-operator helm/flink-kubernetes-operator
```
+Note, you should remember to escape some special characters in your `--set`
lines, for example:
+```
+helm install --set
defaultConfiguration."log4j-operator\.properties"=rootLogger.level\=DEBUG
flink-kubernetes-operator helm/flink-kubernetes-operator
Review Comment:
Unfortunately, it won't work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]