Skip to content

Commit

Permalink
Merge pull request openshift#29325 from jbpratt/add-managed-ns
Browse files Browse the repository at this point in the history
NO-JIRA: add additional managed namespaces
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents 392cfb9 + 6480b8d commit 90bc491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/extended/util/managed_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var ManagedServiceNamespaces = sets.New[string](
"openshift-addon-operator",
"openshift-backplane",
"openshift-backplane-srep",
"openshift-cloud-ingress-operator",
"openshift-custom-domains-operator",
"openshift-deployment-validation-operator",
"openshift-managed-node-metadata-operator",
Expand All @@ -25,4 +26,5 @@ var ManagedServiceNamespaces = sets.New[string](
"openshift-splunk-forwarder-operator",
"openshift-sre-pruning",
"openshift-validation-webhook",
"openshift-velero",
)

0 comments on commit 90bc491

Please sign in to comment.