We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" . }}
{{ template "inlong.mysql.hostname" . }}
Besides, the busybox image don't support /bin/bash, so it should uses /bin/sh.
busybox
/bin/bash
/bin/sh
Etc., etc. I will fix it right away.
The text was updated successfully, but these errors were encountered:
[INLONG-1562] Fix syntax bugs and configuration bugs in helm chart
4247972
issue: apache#1562
2f7c833
ff8c421
shink
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: