This message was deleted.
# rke2
a
This message was deleted.
p
https://helm.sh/docs/helm/helm_registry_login/
Copy code
--key-file string    identify registry client using this SSL key file
is an available argument
👍 1
c
no, not supported at the moment. I guess we could make it so that if the HelmChart’s Spec.AuthSecret pointed to a TLS secret, we would use that for tls client auth.
b
So current workaround for now would be using "set.spec" ,right?
c
No, set is passed through to the --set flag. There is no way to add arbitrary flags to the helm command.
b
Our private helm repo only support tls client auth, so I am not sure how can I make it work then. Any workaround if you know?
May be if I pull it using normal helm command(passing certs) . then base64 encode the downloaded helm tar and add it into the helm "spec.chartContent"
c
That would work
You're the first person I've seen using TLS client auth for a helm repo!