Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Dec 21, 2023
1 parent 0a45f77 commit 066b40c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,13 @@ pulsar_metadata:
configurationStorePort: 2181

## optional you can specify tolerations and nodeSelectors for all init jobs (pulsar-init & bookkeeper-init)
#tolerations: []
# - key: "someKey"
# operator: "Equal"
# value: "someValue"
# effect: "NoSchedule"
#nodeSelector: {}
# cloud.google.com/gke-nodepool: default-pool
# tolerations: []
# - key: "someKey"
# operator: "Equal"
# value: "someValue"
# effect: "NoSchedule"
# nodeSelector: {}
# cloud.google.com/gke-nodepool: default-pool

## optional, you can provide your own zookeeper metadata store for other components
# to use this, you should explicit set components.zookeeper to false
Expand Down Expand Up @@ -834,7 +834,7 @@ functions:
### Functions Worker service account
## templates/broker-service-account.yaml
service_account:
annotations: {}
annotations: {}

## Pulsar: Proxy Cluster
## templates/proxy-statefulset.yaml
Expand Down

0 comments on commit 066b40c

Please sign in to comment.