From 066b40c040957d23a31af6f515871883e1b0ac3e Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 21 Dec 2023 22:45:11 +0200 Subject: [PATCH] Fix linting errors --- charts/pulsar/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 87bb6084..eb3c60c3 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -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 @@ -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