kezhenxu94 commented on code in PR #10653:
URL: https://github.com/apache/dolphinscheduler/pull/10653#discussion_r909300701


##########
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



-- 
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