cloud-native-toolkit / multi-tenancy-gitops

Provides our opinionated point of view on how GitOps can be used to manage the infrastructure, services and application layers of K8s based systems
https://cloudnativetoolkit.dev/adopting/use-cases/gitops/gitops-ibm-cloud-paks/
Apache License 2.0
114 stars 730 forks source link

fix in DB2 operator namespace #174

Closed jesusmah closed 2 years ago

jesusmah commented 2 years ago

IBM DB2 Operator must be installed namespaced. Therefore, installing it in the tools namespace where IBM Process Mining will be installed and expects it in.

Signed-off-by: Jesus Almaraz jesus.mah@gmail.com

csantanapr commented 2 years ago

@jesusmah I'm more than happy to give a quick review to your PRs. You forgot to run the sync-manifest script, and the files in the other cluster profiles were not updated.

cc @davemulley @hollisc

davemulley commented 2 years ago

Looks like my PR fixed the lack of sync-manifest... they are all now in 'tools'

jesusmah commented 2 years ago

Yep, my bad. I wanted to do a quick PR and merge since the documentation for PM was already released by this fix was preventing PM to install fine so I missed the step of synching manifest :( Sorry