Superset Helm Chart 在哪里?
Where is the Superset Helm Chart?
我正在寻找 Superset 的 helm chart,以便在远程托管的 Kubernetes 上进行设置。换句话说,我想在远程 url.
上调用“helm repo add”
我发现这个 here but it says that it is deprecated with no reference to a new location. The only thing I could find is this pull request, but the repository 它导致的似乎不包含 Superset。
有谁知道那里是否还有远程 Superset 掌舵图?
根据文档here
舵图已发布,可以添加为
helm repo add superset https://apache.github.io/superset
然后安装
helm upgrade --install --values my-values.yaml superset superset/superset
https://github.com/apache/superset/tree/master/helm/superset
是我找到图表代码的地方
我正在寻找 Superset 的 helm chart,以便在远程托管的 Kubernetes 上进行设置。换句话说,我想在远程 url.
上调用“helm repo add”我发现这个 here but it says that it is deprecated with no reference to a new location. The only thing I could find is this pull request, but the repository 它导致的似乎不包含 Superset。 有谁知道那里是否还有远程 Superset 掌舵图?
根据文档here
舵图已发布,可以添加为
helm repo add superset https://apache.github.io/superset
然后安装
helm upgrade --install --values my-values.yaml superset superset/superset
https://github.com/apache/superset/tree/master/helm/superset 是我找到图表代码的地方