sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
16 stars 17 forks source link

Using Release namespace as the default Nexus-RM namespace #55

Closed renesch-de closed 1 month ago

renesch-de commented 5 months ago

Changed the default behavior to not create a namespace for Nexus Repository resources by default and to use the release namespace by default instead. Reasoning: Its common practice to either use an existing namespace or let helm create the namespace via flag '--create-namespace'. The namespace metadata was also removed for all resources that are non-namespace bound.

Also fixing failing unit tests and unit test warnings.

renesch-de commented 3 months ago

@bobotimi FYI: I rebased the PR onto the current main to resolve the existing merge-conflicts.