morhidi commented on code in PR #519: URL: https://github.com/apache/flink-kubernetes-operator/pull/519#discussion_r1091006333
########## docs/content/docs/operations/helm.md: ########## @@ -74,7 +74,8 @@ The configurable parameters of the Helm chart and which default values as detail | operatorPod.dnsPolicy | DNS policy to be used by the operator pod. | | | operatorPod.dnsConfig | DNS configuration to be used by the operator pod. | | | operatorPod.nodeSelector | Custom nodeSelector to be added to the operator pod. | | -| operatorPod.resources | Custom resources block to be added to the operator pod. | | +| operatorPod.resources | Custom resources block to be added to the operator pod on main container. | | +| operatorPod.flinkWebhookResources | Custom resources block to be added to the operator pod on flink-webhook container. | | Review Comment: I vote for `webhookPod` for the sake of consistency -- 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]
