我在requirements.yaml中添加了mysql。helm依赖下载mysql图表
helm dependency update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "nginx" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ?Happy Helming!?
Saving 1 charts
Downloading mysql from repo <our private repository>
Deleting outdated charts
Run Code Online (Sandbox Code Playgroud)
但是当我执行 helm install my_app_chart ../my_app_chart 它给出错误
Error: found in Chart.yaml, but missing in charts/ directory: mysql
Run Code Online (Sandbox Code Playgroud)