GitHub user yjz-enter edited a discussion: k8s 部署streampark 无法修改默认h2数据库为mysql或者pg的问题
streampark 版本:v2.1.1 flink 版本:1.17.1 部署步骤 git clone https://github.com/apache/incubator-streampark.git cd incubator-streampark/deploy/helm helm template streampark/ -n streampark -f streampark/values.yaml --output-dir ./result kubectl create serviceaccount streampark kubectl create clusterrolebinding flink-role-binding-flink --clusterrole=edit --serviceaccount=streampark:streampark kubectl apply -f result/streampark/templates 下面是我的具体配置文件 application-mysql.yml configmap.yaml     这是一张streampark 容器内部/streampark/conf 路径下application.yml 文件 ,可以看到还是h2  这是 容器内部/streampark/conf 路径下application-mysql.yml 文件可以看到并没有修改成功  GitHub link: https://github.com/apache/incubator-streampark/discussions/3193 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
