我正在使用 PostgreSQL 掌舵图并在添加 init.sql 脚本/charts/postgresql/files/docker-entrypoint-initdb.d
并运行helm install
时遇到问题,我遇到以下问题 -
Error: YAML parse error on iriusrisk/charts/postgresql/templates/._metrics-configmap.yaml: error converting YAML to JSON: yaml: control characters are not allowed
我相信这与 Mac 引入的一些问题有关我目前使用的是 MacOS Mojave 版本 - 10.14.6
我在这里上传了文件https://github.com/prav10194/helm-chart和https://github.com/prav10194/helm-chart/blob/master/charts/postgresql-8.6.16.tgz是一个带有 sql 脚本的https://github.com/prav10194/helm-chart/blob/master/charts/postgresql-8.6.12.tgz没有 sql 脚本。
在 minikube 版本上运行它:v1.6.2
头盔版本:
version.BuildInfo{Version:"`v3.0.2`", GitCommit:"19e47ee3283ae98139d98460de796c1be1e3975f", GitTreeState:"clean", GoVersion:"go1.13.5"}