IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

Package client development dependencies separately #74

Closed nastacio closed 2 years ago

nastacio commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the argo-app Application contains the deployment of the Tekton pipelines and the cp4i-app Application contains the deployment of cp4i-client. Combined, these two applications create a CP4I client for the IBM MQ queue manager deployed with the cp4i-resources, as well as the basis for other similar clients to the Cloud Paks.

Describe the solution you'd like This setup should be optional, since there is a fixed deployment cost that makes little sense for all the other Cloud Paks.

Describe alternatives you've considered Possibly, move the client-side apps to a separate repository.

Additional context Add any other context or screenshots about the feature request here.