jboss-fuse / application-templates

Application Templates for Fuse Integration Services
Apache License 2.0
36 stars 67 forks source link

The template for spring-boot-camel-config should create the secret, configmap and serviceaccount #53

Open rafaeltuelho opened 5 years ago

rafaeltuelho commented 5 years ago

This template references some objects (secret, configmap and a serviceaccount) needed by the application but it doesn't create those objects when the template is processed.

https://github.com/jboss-fuse/application-templates/blob/2c0ada99b07aae6435487003cd1bd7e26c3dbf9f/quickstarts/spring-boot-camel-config-template.json#L39-L59

You have to create those objects manually in order to get the template working...