From 9f5275c82563ba8f0e7da6e909cb911a529bef38 Mon Sep 17 00:00:00 2001 From: Igor Troyanovsky Date: Wed, 7 Jun 2023 16:17:05 +0300 Subject: [PATCH] Adding a namespace to the example CR metadata enforce creating the example operand in the same namespace that includes the secrets and configs. --- config/samples/certification_v1alpha1_operatorpipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/samples/certification_v1alpha1_operatorpipeline.yaml b/config/samples/certification_v1alpha1_operatorpipeline.yaml index aa56788..254001d 100644 --- a/config/samples/certification_v1alpha1_operatorpipeline.yaml +++ b/config/samples/certification_v1alpha1_operatorpipeline.yaml @@ -2,6 +2,7 @@ apiVersion: certification.redhat.com/v1alpha1 kind: OperatorPipeline metadata: name: operatorpipeline-sample + namespace: oco spec: operatorPipelinesRelease: main kubeconfigSecretName: "kubeconfig"