Fix linting errors

This commit is contained in:
Lari Hotari 2023-12-21 22:45:11 +02:00
parent 0a45f77868
commit 066b40c040

View File

@ -678,13 +678,13 @@ pulsar_metadata:
configurationStorePort: 2181 configurationStorePort: 2181
## optional you can specify tolerations and nodeSelectors for all init jobs (pulsar-init & bookkeeper-init) ## optional you can specify tolerations and nodeSelectors for all init jobs (pulsar-init & bookkeeper-init)
#tolerations: [] # tolerations: []
# - key: "someKey" # - key: "someKey"
# operator: "Equal" # operator: "Equal"
# value: "someValue" # value: "someValue"
# effect: "NoSchedule" # effect: "NoSchedule"
#nodeSelector: {} # nodeSelector: {}
# cloud.google.com/gke-nodepool: default-pool # cloud.google.com/gke-nodepool: default-pool
## optional, you can provide your own zookeeper metadata store for other components ## optional, you can provide your own zookeeper metadata store for other components
# to use this, you should explicit set components.zookeeper to false # to use this, you should explicit set components.zookeeper to false