zwZjut commented on issue #10103:
URL: 
https://github.com/apache/dolphinscheduler/issues/10103#issuecomment-1129856888

   add in values.yaml;
   postgresql:
     driver: org.postgresql.Driver
   
   add  in templates/_helpers.tpl ; 
   
   - name: SPRING_DATASOURCE_DRIVER_CLASS_NAME
     {{- if .Values.postgresql.enabled }}
     value: {{ .Values.postgresql.driver }}
     {{- else }}
     value: {{ .Values.externalDatabase.driver }}
     {{- end }}


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