@@ -80,7 +80,7 @@ The configurable parameters of the Helm chart and which default values as detail
80
80
| rbac.create | Whether to enable RBAC to create for said namespaces. | true |
81
81
| rbac.nodesRule.create | Whether to add RBAC rule to list nodes which is needed for rest-service exposed as NodePort type. | false |
82
82
| operatorPod.annotations | Custom annotations to be added to the operator pod (but not the deployment). | |
83
- | operatorPod.labels | Custom labels to be added to the operator pod and deployment. | |
83
+ | operatorPod.labels | Custom labels to be added to the operator pod and deployment. | |
84
84
| operatorPod.env | Custom env to be added to the operator pod. | |
85
85
| operatorPod.envFrom | Custom envFrom settings to be added to the operator pod. | |
86
86
| operatorPod.dnsPolicy | DNS policy to be used by the operator pod. | |
@@ -89,7 +89,7 @@ The configurable parameters of the Helm chart and which default values as detail
89
89
| operatorPod.topologySpreadConstraints | Custom topologySpreadConstraints to be added to the operator pod. | |
90
90
| operatorPod.resources | Custom resources block to be added to the operator pod on main container. | |
91
91
| operatorPod.webhook.resources | Custom resources block to be added to the operator pod on flink-webhook container. | |
92
- | operatorPod.webhook.container.env | Custom env to be added to the flink-webhook container | |
92
+ | operatorPod.webhook.container.env | Custom env to be added to the flink-webhook container | |
93
93
| operatorPod.tolerations | Custom tolerations to be added to the operator pod. | |
94
94
| operatorServiceAccount.create | Whether to enable operator service account to create for flink-kubernetes-operator. | true |
95
95
| operatorServiceAccount.annotations | The annotations of operator service account. | |
@@ -108,6 +108,7 @@ The configurable parameters of the Helm chart and which default values as detail
108
108
| webhook.mutator.create | Enable or disable mutating webhook, overrides ` webhook.create ` | |
109
109
| webhook.validator.create | Enable or disable validating webhook, overrides ` webhook.create ` | |
110
110
| webhook.keystore | The ConfigMap of webhook key store. | useDefaultPassword: true |
111
+ | webhook.serviceLabels | The labels for flink-operator-webhook-service-resource. | |
111
112
| defaultConfiguration.create | Whether to enable default configuration to create for flink-kubernetes-operator. | true |
112
113
| defaultConfiguration.append | Whether to append configuration files with configs. | true |
113
114
| defaultConfiguration.flink-conf.yaml | The default configuration of flink-conf.yaml. | kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory<br />kubernetes.operator.metrics.reporter.slf4j.interval: 5 MINUTE<br />kubernetes.operator.reconcile.interval: 15 s<br />kubernetes.operator.observer.progress-check.interval: 5 s |
0 commit comments