Appendix F. Adding additional managed namespaces to the AAP Operator


The following are the steps to add an additional managed namespace to the already existing AAP operator that resides in the aap namespace.

  • Login to the Red Hat OpenShift UI.
  • Within the Operators→Installed Operators, select Ansible Automation Platform
  • Within the Details page, scroll down to the ClusterServiceVersion Details

    • On the right column, click on the OperatorGroup
  • Within the OperatorGroup details, select YAML

    • Under the spec section add any additional namespaces, e.g. aap-devel

      spec:
      ...
        targetNamespaces:
          - aap
          - aap-devel
  • Click Save
Note

The targeted namespace must already exist prior to adding to the OperatorGroup spec file.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top