This commit is contained in:
Cristian 2019-03-24 09:18:44 -07:00 committed by Matteo Merli
parent 53ce119519
commit b59167352c

View File

@ -21,7 +21,7 @@
namespace: pulsar namespace: pulsar
namespaceCreate: yes 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 ## be deployed with PersistentVolumeClaims, otherwise, for test
## purposes, they will be deployed with emptyDir ## purposes, they will be deployed with emptyDir
persistence: no persistence: no
@ -110,8 +110,8 @@ zookeeper:
maxUnavailable: 1 maxUnavailable: 1
## Pulsar Zookeeper metadata. The metadata will be deployed as ## Pulsar Zookeeper metadata. The metadata will be deployed as
## soon as the las zookeeper node is reachable. The deployment ## soon as the last zookeeper node is reachable. The deployment
## of other components that depends o zookeeper, such as the ## of other components that depends on zookeeper, such as the
## bookkeeper nodes, broker nodes, etc will only start to be ## bookkeeper nodes, broker nodes, etc will only start to be
## deployed when the zookeeper cluster is ready and with the ## deployed when the zookeeper cluster is ready and with the
## metadata deployed ## metadata deployed