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

ds-rhiny: use helm during/for provisioning of resources #964

Closed
tbugfinder opened this issue Oct 26, 2023 · 1 comment
Closed

ds-rhiny: use helm during/for provisioning of resources #964

tbugfinder opened this issue Oct 26, 2023 · 1 comment

Comments

@tbugfinder
Copy link
Contributor

tbugfinder commented Oct 26, 2023

Currently the ds-rshiny quickstarter provisioning executes a script during quickstarter deployment for setting up required resources.
Maintenance of the deployed quickstarter would be simpler if the resources get deployed "in-code" and are available within the git repository.

stage('Setup OpenShift resources') {
sh """sh common/scripts/create-component-with-oauth.sh \
--project ${context.projectId} \
--component ${context.componentId} \
--non-interactive"""
}

@gerardcl
Copy link
Member

closing - superseded #1013

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

2 participants