From 96a5b1b029f9cc12d5077b9aacdbb58bbc19ad94 Mon Sep 17 00:00:00 2001 From: Olivia Brown Date: Wed, 16 Oct 2024 11:23:08 -0400 Subject: [PATCH] OCPBUGS-17924: Adding namespace label openshift update service doc --- modules/update-service-install-cli.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/update-service-install-cli.adoc b/modules/update-service-install-cli.adoc index ff75a3fec7..806ee48fbd 100644 --- a/modules/update-service-install-cli.adoc +++ b/modules/update-service-install-cli.adoc @@ -50,6 +50,7 @@ apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: update-service-operator-group + namespace: openshift-update-service spec: targetNamespaces: - openshift-update-service @@ -78,6 +79,7 @@ apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: update-service-subscription + namespace: openshift-update-service spec: channel: v1 installPlanApproval: "Automatic"