-
Notifications
You must be signed in to change notification settings - Fork 1.1k
helm operator: x509: certificate signed by unknown authority #1637
Comments
I would expect you have to supply the CA cert -- you could include it in the same secret as repository.yaml, and refer to it as a file in the same directory. |
@florianrusch Did that solve the issue? |
@2opremio I hadn't the chance to test it again. But I think a flag like the |
The repository plugin Helm has does not have a flag like the |
@hiddeco I think helm chart will need to be modified to support passing caFile. Currently, it does not automatically mount the same. Should I submit a PR for the same ? |
Insecure connections are ongoing:
The only way for now is to add caFile indeed.. |
I'm running into a similar issue here. I've tried to add
Here is the output from
|
@jtgorny FYI, this is the The
But it is not related to anything from this issue report, since this repo is for Flux v1. I'm not sure what limitations there are on how I had a look through issues that were about certificate verification, and I found this (fluxcd/source-controller#283):
Then later this (fluxcd/source-controller#324):
|
I'm trying to pull a helm chart from a private registry with a self-signed certificate.
Now the helm operator logs this message:
I've already tried to set the
repository.yaml
as here described:Does someone know whats wrong or what I've missed?
The text was updated successfully, but these errors were encountered: