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
Somehow I cannot add the helm repo to my helm list. It says that the certificate is not verified.
$ helm repo add sapcc https://charts.global.cloud.sap
Error: looks like "https://charts.global.cloud.sap" is not a valid chart repository or cannot be reached: Get "https://charts.global.cloud.sap/index.yaml": x509: certificate signed by unknown authority
I tried to skip TLS verify but it says it's "AuthorizedOnly"
$ helm repo add --insecure-skip-tls-verify sapcc https://charts.global.cloud.sap
Error: looks like "https://charts.global.cloud.sap" is not a valid chart repository or cannot be reached: failed to fetch https://charts.global.cloud.sap/index.yaml : 403 AuthorizedOnly
What can I do to add the helm repo?
The text was updated successfully, but these errors were encountered:
Somehow I cannot add the helm repo to my helm list. It says that the certificate is not verified.
I tried to skip TLS verify but it says it's "AuthorizedOnly"
What can I do to add the helm repo?
The text was updated successfully, but these errors were encountered: