We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://goharbor.io/docs/2.4.0/working-with-projects/working-with-images/managing-helm-charts/#add-harbor-to-the-repository-list , the helm repo add command-lines mention a parameter --ca-file ca.crt But it's not explained where this ca.crt should be found?
helm repo add
--ca-file ca.crt
The note below it says :
Providing both a CA file and cert files is necessary due to an issue in Helm.
But the command-line only mentions one file, not two.
And it would be very helpful to give more detail on the corresponding Helm issue, and when it is needed (in my case, I did not seem to need it)
The text was updated successfully, but these errors were encountered:
@ywk253100 Can you provide more info here about where to find the certs required here? thanks!
Sorry, something went wrong.
No branches or pull requests
In https://goharbor.io/docs/2.4.0/working-with-projects/working-with-images/managing-helm-charts/#add-harbor-to-the-repository-list , the
helm repo add
command-lines mention a parameter--ca-file ca.crt
But it's not explained where this ca.crt should be found?
The note below it says :
But the command-line only mentions one file, not two.
And it would be very helpful to give more detail on the corresponding Helm issue, and when it is needed (in my case, I did not seem to need it)
The text was updated successfully, but these errors were encountered: