From eeacce4ba929d0e22d4c038757b58ae29ea494b2 Mon Sep 17 00:00:00 2001 From: Davide Icardi Date: Wed, 27 Oct 2021 10:38:54 +0200 Subject: [PATCH] change service account notes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30cfca48c..de5dabcf4 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,8 @@ svc/zookeeper-client ClusterIP 10.31.243.173 2181/TCP svc/zookeeper-headless ClusterIP None 2888/TCP,3888/TCP 2m ``` -> Note: If you want to configure zookeeper pod, for example to change the service account or the CPU limits, you can set the following properties: [~/charts/zookeeper/templates/zookeeper.yaml](https://github.com/pravega/zookeeper-operator/blob/master/charts/zookeeper/templates/zookeeper.yaml). This support is added from zookeeper operator version `0.2.9` onwards. +> Note: If you want to configure zookeeper pod, for example to change the service account or the CPU limits, you can set the following properties: [~/charts/zookeeper/templates/zookeeper.yaml](https://github.com/pravega/zookeeper-operator/blob/master/charts/zookeeper/templates/zookeeper.yaml). +> Service account configuration is available from zookeeper operator version `0.2.9` onwards. ``` apiVersion: "zookeeper.pravega.io/v1beta1"