RamenDR / ramen

Apache License 2.0
72 stars 52 forks source link

drcluster: create ramenOps ns on hub and managed cluster #1366

Closed raghavendra-talur closed 3 months ago

raghavendra-talur commented 3 months ago

To reduce the configuration steps, this PR adds two small enhancements:

  1. Creates the ramenOpsNamespace on the hub cluster if that value is set in the ramenConfig.
  2. Create the ramenOpsNamespace on the drcluster if the value is set and if deploymentAutomationEnabled is set to true.
raghavendra-talur commented 3 months ago

Looks good, did you test?

Completed testing. Works.