lhotari commented on code in PR #428:
URL: https://github.com/apache/pulsar-helm-chart/pull/428#discussion_r1452480748


##########
charts/pulsar/values.yaml:
##########
@@ -1151,3 +1157,28 @@ job:
   ttl:
     enabled: false
     secondsAfterFinished: 3600
+
+# This section is intended for cluster providers where all containers, 
including init containers,
+# need to provide the number of resources they are going to use.
+initContainer_resources:
+  zookeeper_ready:
+    requests:
+      memory: 256Mi
+      cpu: 0.1
+  cs_ready:
+    requests:
+      memory: 256Mi
+      cpu: 0.1
+  verify_cluster_id:
+    requests:
+      memory: 256Mi
+      cpu: 0.1
+  broker_ready:
+    requests:
+      memory: 256Mi
+      cpu: 0.1
+  bookkeeper_ready:
+    requests:
+      memory: 256Mi
+      cpu: 0.1
+

Review Comment:
   It seems that it requires a new line at the end of the file (without a blank 
line).
   
   ```
   [chart-testing lint: 
charts/pulsar/values.yaml#L1183](https://github.com/apache/pulsar-helm-chart/pull/428/files#annotation_16999124166)
   1183:15 [new-line-at-end-of-file] no new line character at the end of file
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to