You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/11/07 15:23:20 UTC

[flink-kubernetes-operator] branch main updated: [hotfix][doc] Update missing doc entry for nodeSelector

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 64bb5eae [hotfix][doc] Update missing doc entry for nodeSelector
64bb5eae is described below

commit 64bb5eae2d3e3cf93f8940428707b85f83c018f3
Author: Jeesmon Jacob <jj...@vmware.com>
AuthorDate: Mon Nov 7 08:45:29 2022 -0500

    [hotfix][doc] Update missing doc entry for nodeSelector
---
 docs/content/docs/operations/helm.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/content/docs/operations/helm.md b/docs/content/docs/operations/helm.md
index 8eb74b0f..73089ceb 100644
--- a/docs/content/docs/operations/helm.md
+++ b/docs/content/docs/operations/helm.md
@@ -70,6 +70,7 @@ The configurable parameters of the Helm chart and which default values as detail
 | operatorPod.env | Custom env to be added to the operator pod. | |
 | 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.tolerations | Custom tolerations to be added to the operator pod. | |
 | operatorServiceAccount.create | Whether to enable operator service account to create for flink-kubernetes-operator. | true |
 | operatorServiceAccount.annotations | The annotations of operator service account. | |