This message was deleted.
# general
s
This message was deleted.
c
Any ideas on why this happens?
It makes no sense because if I
helm repo add jetstack <https://charts.jetstack.io>
and then
helm search -l cert-manager
, the stuff shows up
w
Does
helm fetch jetstack/cert-manager --untar --version v0.10.1 --destination /tmp/foo --repo https\://charts.jetstack.io
work in your environment?
c
Ah, I just had to remove
jetstack/
from the chart name.
I wonder if that needs to be documented, that you can’t specify the chart name as given in docs when using fetchOpts