kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Push goal] Load credentials via settings.xml file

SpacePh opened this issue · comments

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Feature Request

Request: Add the possibility to load registry credentials using settings.xml file.

Anything else we need to know:

I realized that in the Upload goal credentials can be defined in the settings.xml file. It uses the getAuthentication method defined in the AbstractHelmMojo class.

In the Push goal the only possibility available right now is to define the username and password in the configuration element in the pom.xml file. I think it is possible to use the getAuthentication method here as well.