showuon commented on code in PR #911:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/911#discussion_r1835882260
##########
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 flink-kubernetes-operator
flink-operator-repo/flink-kubernetes-operator --set
defaultConfiguration."log4j-operator\.properties"=rootLogger.level\=DEBUG
+```
Review Comment:
This took me some time to figure it out. I think it'd be great if we
explicitly document it.
##########
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:
This took me some time to figure it out. I think it'd be great if we
explicitly document it.
--
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]