The problem I'm trying to solve:
We have a private repository requiring authentication but this plugin does not seem to have options to specify username and password as described in the helm doc (--username and --password).
How I imagine it working:
For example add a parameter or an environment variable to specify credentials.
The problem I'm trying to solve:
We have a private repository requiring authentication but this plugin does not seem to have options to specify username and password as described in the helm doc (
--usernameand--password).How I imagine it working:
For example add a parameter or an environment variable to specify credentials.