This repository was archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
This repository was archived by the owner on Mar 2, 2023. It is now read-only.
FMP cannot generate Helm charts #3
Copy link
Copy link
Closed
Labels
Description
Trying to generate Helm charts using FMP and getting the following error:
services $ mvn -pl webapp fabric8:resource fabric8:helm -Pdocker
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building webapp 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- fabric8-maven-plugin:3.5.34:resource (default-cli) @ webapp ---
[INFO] F8: Running in Kubernetes mode
[INFO] F8: Running generator wildfly-swarm
[INFO] F8: wildfly-swarm: Using Docker image fabric8/java-jboss-openjdk8-jdk:1.3 as base / builder
[INFO] F8: fmp-controller: Adding a default Deployment
[INFO] F8: fmp-service: Adding a default service 'webapp' with ports [8080]
[INFO] F8: fmp-revision-history: Adding revision history limit to 2
[INFO] F8: f8-icon: Adding icon for deployment
[INFO] F8: f8-icon: Adding icon for service
[INFO] F8: validating /Users/argu/workspaces/aws-compute-options/services/webapp/target/classes/META-INF/fabric8/openshift/webapp-deploymentconfig.yml resource
[INFO] F8: validating /Users/argu/workspaces/aws-compute-options/services/webapp/target/classes/META-INF/fabric8/openshift/webapp-route.yml resource
[INFO] F8: validating /Users/argu/workspaces/aws-compute-options/services/webapp/target/classes/META-INF/fabric8/openshift/webapp-svc.yml resource
[INFO] F8: validating /Users/argu/workspaces/aws-compute-options/services/webapp/target/classes/META-INF/fabric8/kubernetes/webapp-deployment.yml resource
[INFO] F8: validating /Users/argu/workspaces/aws-compute-options/services/webapp/target/classes/META-INF/fabric8/kubernetes/webapp-svc.yml resource
[INFO]
[INFO] --- fabric8-maven-plugin:3.5.34:helm (default-cli) @ webapp ---
[WARNING] F8: Chart source directory /Users/argu/workspaces/aws-compute-options/services/webapp/target/classes/META-INF/fabric8/k8s-template does not exist so cannot make chart webapp. Probably you need run 'mvn fabric8:resource' before.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.040 s
[INFO] Finished at: 2018-02-13T15:00:04-08:00
[INFO] Final Memory: 34M/612M
[INFO] ------------------------------------------------------------------------