You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/09/16 07:59:27 UTC

[GitHub] [incubator-inlong] shink opened a new pull request #1565: [INLONG-1562][K8s] Fix syntax bugs and configuration bugs in helm chart

shink opened a new pull request #1565:
URL: https://github.com/apache/incubator-inlong/pull/1565


   fix: #1562
   
   ### Motivation
   
   There are some syntax bugs and configuration bugs in helm chart.
   
   For example:
   
   https://github.com/apache/incubator-inlong/blob/51523c7d66845fc6c8183cc27cb1ce068bebcdf5/docker/kubernetes/templates/tubemq-manager-statefulset.yaml#L78
   
   It should be `{{ template "inlong.mysql.hostname" . }}`
   
   Besides, the `busybox` image don't support `/bin/bash`, so it should uses `/bin/sh`.
   
   Etc., etc. I will fix it right away.
   
   ### Modifications
   
   - `docker/kubernetes/template/*.yaml`
   - `docker/kubernetes/template/_helpers.tpl`
   - `docker/kubernetes/values.yaml`
   - `docker/kubernetes/values.yaml`: `CRLF` -> `LF`
   
   ### Documentation
   
   I will complete the documentation in another PR.
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang merged pull request #1565: [INLONG-1562][K8S] Fix syntax bugs and configuration bugs in helm chart

Posted by GitBox <gi...@apache.org>.
dockerzhang merged pull request #1565:
URL: https://github.com/apache/incubator-inlong/pull/1565


   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org