You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu1804:~/workspace/Zenko/kubernetes# helm install --name my-zenko -f ./zenko/options.yaml zenko
Error: no Chart.yaml exists in directory "/root/workspace/Zenko/kubernetes/zenko"
I've searched within this repository for the Chart.yaml file but I couldn't find anything other than this link Zenko Kubernetes Helm Chart deployment which leads to a 404 page not found.
I'm using minikube as the underlying K8 because I plan on experimenting locally. How can I install Zenko with Helm correctly?
The text was updated successfully, but these errors were encountered:
On the installation docs page (https://zenko.readthedocs.io/en/2.3.2/installation/install/install_zenko.html),
running this command
helm install --name my-zenko -f options.yaml zenko
results in an error
I've searched within this repository for the
Chart.yaml
file but I couldn't find anything other than this link Zenko Kubernetes Helm Chart deployment which leads to a 404 page not found.I'm using minikube as the underlying K8 because I plan on experimenting locally. How can I install Zenko with Helm correctly?
The text was updated successfully, but these errors were encountered: