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
I get this error whenever attempting to use an s3 repo inside requirements.yaml
-> % helm dep update
Error: no repository definition for mys3repo. Please add them via 'helm repo add'
Note that repositories must be URLs or aliases. For example, to refer to the stable
repository, use "https://kubernetes-charts.storage.googleapis.com/" or "@stable" instead of
"stable". Don't forget to add the repo, too ('helm repo add').
I get this error whenever attempting to use an s3 repo inside requirements.yaml
It does work with full s3 path ie. s3://mys3repo
The text was updated successfully, but these errors were encountered: