Results 74 comments of Kumu

good idea, i will try to write a helm chart

@wibed https://github.com/opskumu/helm-wrapper/tree/master/helm-wrapper here

| Params | Description | | :--- | :--- | | chart | upload chart file, with suffix .tgz | the chart need your chart path, like `/path/to/your/chart.tgz`

@bainilybi 你是通过 helm-wrapper 调用 API 操作的吗?我这边通过 helm 和 helm-wrapper 的 set 设置发现都没有这个问题哈

@bainilybi 好的,我验证下 values.yaml 的方式看看,之前只验证了 set 这种

@bainilybi values 选项你是直接传的文件名进去的吗?这个 values 应该是内容本身才对

@bainilybi 我这边测试之后也没有复现这个问题,测试方式: http://127.0.0.1:8080/api/namespaces/default/releases/test?chart=bitnami/apache body ``` { "values": "nodeSelector:\n beta.kubernetes.io/arch: amd64" } ``` 你可以通过 helm 再测试一次是否会复现这个问题