redhat-cop / gitops-catalog

Tools and technologies that are hosted on an OpenShift cluster
Apache License 2.0
315 stars 154 forks source link

default namespace for ansible automation platform inconsistent #283

Open dlbewley opened 9 months ago

dlbewley commented 9 months ago

Installation AAP operator using the OpenShift console results in install to namespace "aap"

The kustomization here installs to "ansible-automation-platform" namespace.

Is there an established opinion about inconsistencies like this?

Personally I would like to strive to match the defaults. I can do a PR, but I am only just now testing this for the first time today.

rooftopcellist commented 9 months ago

aap is the default namespace name for 2.3+ (for fresh installs), there was an issue with some resources/annotations getting k8s names that were over the 63 char limit because they included the namespace and it was too long.

So agreed, moving forward, I think values like these should be changed to aap:

However, I am unfamiliar with the gitops flow, and don't know how much disruption this will cause, or if there is cleanup needed, etc.