Skip to content

Commit

Permalink
fix(console): correct the path of helm push plugin (#2252)
Browse files Browse the repository at this point in the history
Co-authored-by: talonzzhang <talonzzhang@tencent.com>
  • Loading branch information
zhangzhangzf and talonzzhang committed Mar 28, 2023
1 parent b6f69da commit 10058c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ export class ChartUsageGuideDialog extends React.Component<ChartUsageGuideDialog
</code>
<p className="text-weak">
<Trans>
如安装失败,可以手动下载后解压到$HOME/.local/share/helm/plugins,解压路径可以通过helm --help 查看
如安装失败,可以手动下载后解压到$HOME/.local/share/helm/plugins/helm-push,解压路径可以通过helm env查看
</Trans>
</p>
</li>
Expand Down

0 comments on commit 10058c3

Please sign in to comment.