lyleshaw commented on code in PR #10653:
URL: https://github.com/apache/dolphinscheduler/pull/10653#discussion_r909303676
##########
deploy/kubernetes/dolphinscheduler/templates/svc-dolphinscheduler-api.yaml:
##########
@@ -42,9 +42,9 @@ spec:
name: api-port
- port: 25333
targetPort: python-api-port
- { { - if and (eq .Values.api.service.type "NodePort")
.Values.api.service.nodePort } }
- nodePort: { { .Values.api.service.nodePort } }
- { { - end } }
+ {{ - if and (eq .Values.api.service.type "NodePort")
.Values.api.service.nodePort }}
Review Comment:
> Sorry I missed this, the space between `{{` and `-` should be removed too
Done~
--
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]