lhotari commented on code in PR #682:
URL: https://github.com/apache/pulsar-helm-chart/pull/682#discussion_r3181185607
##########
charts/pulsar/templates/dekaf-deployment.yaml:
##########
@@ -45,12 +45,12 @@ spec:
spec:
{{- if ((.Values.dekaf).deployment).nodeSelector }}
nodeSelector:
- {{ toYaml .Values.dekaf.deployment.nodeSelector | default dict |
indent 10 }}
+{{ toYaml .Values.dekaf.deployment.nodeSelector | default dict | indent 10 }}
Review Comment:
isn't the correct indent 8?
```suggestion
{{ toYaml .Values.dekaf.deployment.nodeSelector | default dict | indent 8 }}
```
--
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]