Aitozi commented on a change in pull request #112:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/112#discussion_r841079581



##########
File path: docs/content/docs/development/guide.md
##########
@@ -108,6 +108,14 @@ So if the CRD is changed, you have to delete the CRD 
resource manually, and re-i
 kubectl delete crd flinkdeployments.flink.apache.org
 ```
 
+### Mounts
+
+The operator supports to specify the volume mounts. The default mounts to 
hostPath can be activated by the following command. You can change the default 
mounts in the `helm/flink-operator/values.yaml`
+
+```bash
+helm install flink-operator helm/flink-operator --set 
operatorVolumeMounts.create=true --set operatorVolumes.create=true 
+```
+

Review comment:
       Agree




-- 
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]


Reply via email to