-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
Executing installation plugin return with the following error
[ERROR] Failed to execute goal org.microbean:helm-maven-plugin:2.8.2.1.1.2-SNAPSHOT:install (Install your-project chart) on project demomicrotest: io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason -> [Help 1]
Configuration looks like :
<plugin>
<groupId>org.microbean</groupId>
<artifactId>helm-maven-plugin</artifactId>
<version>2.8.2.1.1.2-SNAPSHOT</version>
<executions>
<execution>
<id>Install your-project chart</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
<configuration>
<chartUrl>file:${project.basedir}/demomicrotest-helm</chartUrl>
<releaseName>${project.name}</releaseName>
<valuesYamlUri>file:${project.basedir}/demomicrotest-helm/values.yaml</valuesYamlUri>
</configuration>
</execution>
</executions>
</plugin>
Using helm client my charts has no problem. I'm testing it on minikube.
Could you please help me to understand where I mistake in configuration ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels