helm-controller icon indicating copy to clipboard operation
helm-controller copied to clipboard

Add support for self-signed SSL certificates / adding a trusted CA to the jobs images

Open Martin-Weiss opened this issue 4 years ago • 3 comments

In case specifying the helm chart via

chart: https:///k8s-prod/cert-manager-v1.2.0.tgz

but use a self-signed certificate for that server - the helm chart download fails.

As a workaround we had to add the tgz via chartContent: but it would be much nicer if we could add a "trust this CA" or "trust the hosts CA" ..

Or is there any other way how we could address this "download helm charts from external HTTPS source or even from a registry with authentication"?

Martin-Weiss avatar Mar 01 '21 07:03 Martin-Weiss

Fixed in https://github.com/k3s-io/helm-controller/pull/137

brandond avatar Apr 12 '22 19:04 brandond

it seems like we need this one too to make it work k3s-io/klipper-helm#46

orymate avatar Apr 13 '22 09:04 orymate

Not fixed; I forgot to push the correct commit from my local branch to github before merging the PR.

brandond avatar Apr 13 '22 17:04 brandond