Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rafaeltuelho opened this issue Jan 15, 2019 · 0 comments

Comments

@rafaeltuelho
Copy link

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.

{
"name": "SERVICE_ACCOUNT_NAME",
"displayName": "Service Account",
"value": "qs-camel-config",
"required": true,
"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...

@rafaeltuelho 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant