You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/04/21 05:56:45 UTC

[pulsar-helm-chart] 06/34: Fix typos (#3893)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git

commit b59167352cd84a2536f9a7556cab5d4d61a08782
Author: Cristian <me...@cristian.io>
AuthorDate: Sun Mar 24 09:18:44 2019 -0700

    Fix typos (#3893)
---
 pulsar/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pulsar/values.yaml b/pulsar/values.yaml
index 982f095..25e183e 100644
--- a/pulsar/values.yaml
+++ b/pulsar/values.yaml
@@ -21,7 +21,7 @@
 namespace: pulsar
 namespaceCreate: yes
 
-## If persistence is enabled, components that has state will
+## If persistence is enabled, components that have state will
 ## be deployed with PersistentVolumeClaims, otherwise, for test
 ## purposes, they will be deployed with emptyDir
 persistence: no
@@ -110,8 +110,8 @@ zookeeper:
     maxUnavailable: 1
 
 ## Pulsar Zookeeper metadata. The metadata will be deployed as
-## soon as the las zookeeper node is reachable. The deployment
-## of other components that depends o zookeeper, such as the
+## soon as the last zookeeper node is reachable. The deployment
+## of other components that depends on zookeeper, such as the
 ## bookkeeper nodes, broker nodes, etc will only start to be
 ## deployed when the zookeeper cluster is ready and with the
 ## metadata deployed