manusa / helm-java

Helm client for Java
https://www.marcnuri.com
Apache License 2.0
15 stars 6 forks source link

helm starter commands not supported #123

Open sachinkaushik opened 3 months ago

sachinkaushik commented 3 months ago

Helm.Create() doent support any other options.

helm create -p mytemplate mychart (-p is not supported)

like --Release , helm create -p mytemplate mychart (-p is not support)

manusa commented 3 months ago

Helm.Create() doent support any other options. helm create -p mytemplate mychart (-p is not support)

Not yet implemented, will be added soon.