Benjamin

Results 5 comments of Benjamin

helm version `version.BuildInfo{Version:"v3.8.1", GitCommit:"5cb9af4b1b271d11d7a97a71df3ac337dd94ad37", GitTreeState:"clean", GoVersion:"go1.17.5"}` helmfile version `helmfile version v0.144.0` kustomize version `{Version:kustomize/v4.5.4 GitCommit:cf3a452ddd6f83945d39d582243b8592ec627ae3 BuildDate:2022-03-28T23:12:45Z GoOs:linux GoArch:amd64}`

bumping this issue. Most chart tests break CI/CD linting of yaml output as the tests don't follow basic security

my url is using a custom ca but I also have NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt set which from my understanding should address any ssl issues with my custom ca.

Got some tests running locally and verified that this is related to the custom ca. Any chance of getting support for custom ca certs?

I've tried the NODE_EXTRA_CERTS solution as disabling SSL is a really bad idea but that didn't help. For similar plugins like Continue I know they had to add something to...