You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"description": "The Service Account that will be used to run the container. It must be already present in OpenShift and have the view role."
},
{
"name": "SECRET_NAME",
"displayName": "Secret Name",
"value": "camel-config",
"required": true,
"description": "The name of the OpenShift Secret that will be used to configure the application. It must be already present in OpenShift."
},
{
"name": "CONFIGMAP_NAME",
"displayName": "ConfigMap Name",
"value": "camel-config",
"required": true,
"description": "The name of the OpenShift ConfigMap that will be used to configure the application. It must be already present in OpenShift."
},
You have to create those objects manually in order to get the template working...
The text was updated successfully, but these errors were encountered:
rafaeltuelho
changed the title
The temaple for spring-boot-camel-config should create the secret, configmap and serviceaccount
The template for spring-boot-camel-config should create the secret, configmap and serviceaccount
Jan 15, 2019
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.
application-templates/quickstarts/spring-boot-camel-config-template.json
Lines 39 to 59 in 2c0ada9
You have to create those objects manually in order to get the template working...
The text was updated successfully, but these errors were encountered: