Skip to content

Commit

Permalink
Fix typos (apache#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
casidiablo authored and merlimat committed Mar 24, 2019
1 parent 5653df8 commit 044daf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/kubernetes/helm/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 044daf8

Please sign in to comment.