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

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


The following commit(s) were added to refs/heads/main by this push:
     new 24cd05c  Remove redundant docs for 
zk.provided.zookeeperPodPolicy.affinity (#482)
24cd05c is described below

commit 24cd05c6d3d313c440754fa17bc25450012cbdc1
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Oct 20 15:48:33 2022 +0200

    Remove redundant docs for zk.provided.zookeeperPodPolicy.affinity (#482)
    
    Co-authored-by: Houston Putman <[email protected]>
---
 helm/solr/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm/solr/README.md b/helm/solr/README.md
index d530047..42bf165 100644
--- a/helm/solr/README.md
+++ b/helm/solr/README.md
@@ -177,13 +177,12 @@ Currently the Zookeeper Operator does not support ACLs, 
so do not use the provid
 | zk.provided.zookeeperPodPolicy.labels | map[string]string |  | List of 
additional labels to add to the Zookeeper pod |
 | zk.provided.zookeeperPodPolicy.annotations | map[string]string |  | List of 
additional annotations to add to the Zookeeper pod |
 | zk.provided.zookeeperPodPolicy.serviceAccountName | string |  | Optional 
serviceAccount to run the ZK Pod under |
-| zk.provided.zookeeperPodPolicy.affinity | string |  | PullSecret for the 
ZooKeeper image |
 | zk.provided.zookeeperPodPolicy.resources.limits | map[string]string |  | 
Provide Resource limits for the ZooKeeper containers |
 | zk.provided.zookeeperPodPolicy.resources.requests | map[string]string |  | 
Provide Resource requests for the ZooKeeper containers |
 | zk.provided.zookeeperPodPolicy.nodeSelector | map[string]string |  | Add a 
node selector for the ZooKeeper pod, to specify where it can be scheduled |
 | zk.provided.zookeeperPodPolicy.affinity | object |  | Add Kubernetes 
affinity information for the ZooKeeper pod |
 | zk.provided.zookeeperPodPolicy.tolerations | []object |  | Specify a list of 
Kubernetes tolerations for the ZooKeeper pod |
-| zk.provided.zookeeperPodPolicy.envVars | []object |  | List of additional 
environment variables for the ZooKeeper container |
+| zk.provided.zookeeperPodPolicy.env | []object |  | List of additional 
environment variables for the ZooKeeper container |
 | zk.provided.zookeeperPodPolicy.securityContext | object |  | Security 
context for the entire ZooKeeper pod. More information can be found in the 
[Kubernetes docs](More info: 
https://kubernetes.io/docs/tasks/configure-pod-container/security-context). |
 | zk.provided.zookeeperPodPolicy.terminationGracePeriodSeconds | int | `30` | 
The amount of time that Kubernetes will give for a zookeeper pod instance to 
shutdown normally. |
 | zk.provided.zookeeperPodPolicy.imagePullSecrets | []object |  | List of 
image pull secrets to inject into the Zookeeper pod. |

Reply via email to