kezhenxu94 commented on PR #11730:
URL: 
https://github.com/apache/dolphinscheduler/pull/11730#issuecomment-1233856888

   All works as before, when users want to change the configuration, just 
create a patch config like this, and it's all done.
   
   ```shell
   cat <<EOF | kubectl apply -f -
   apiVersion: v1
   data:
     application.yml: |-
       worker:
         exec-threads: 30
   kind: ConfigMap
   metadata:
     name: standalone-server
     namespace: default
   EOF
   ```


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