retrry commented on code in PR #519: URL: https://github.com/apache/flink-kubernetes-operator/pull/519#discussion_r1090990567
########## 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: Maybe there should be new key `webhookPod` to be consistent with `operatorPod`? Or jus use `operatorPod.resources` a some configuration for webhook container is used from `operatorPod` key? -- 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]
