opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
29 stars 41 forks source link

ds-streamlit: use helm during/for provisioning of OCP resources #965

Closed tbugfinder closed 6 months ago

tbugfinder commented 1 year ago

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

https://github.com/opendevstack/ods-quickstarters/blob/293b2abbf88750130bbf80a3a7cc3c27980a9719/ds-streamlit/Jenkinsfile#L23-L28

gerardcl commented 6 months ago

closing - superseded #1013