This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 066b40c  Fix linting errors
066b40c is described below

commit 066b40c040957d23a31af6f515871883e1b0ac3e
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Dec 21 22:45:11 2023 +0200

    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 87bb608..eb3c60c 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

Reply via email to