Skip to content

Commit

Permalink
add additional managed namespaces
Browse files Browse the repository at this point in the history
these are deployed to non-sts and gcp clusters

Signed-off-by: Brady Pratt <bpratt@redhat.com>
  • Loading branch information
jbpratt committed Nov 25, 2024
1 parent 8f7d502 commit 6480b8d
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 6480b8d

Please sign in to comment.