addon-controller
addon-controller copied to clipboard
Helm: Add credentials options
Creating this PR but not sure whether to merge it or not yet.
I don't like that credentials need to be stored on a file on addon-controller Pod (even though file is removed immediately after the use)
Will this change also support Helm Registries that are not OCI?
Will this change also support Helm Registries that are not OCI?
It should work for both. I am using the credentials and ca and passing them to helm SDK.
Closing it as solved by this