diff --git a/operator/bundle/manifests/multicluster-global-hub-operator.clusterserviceversion.yaml b/operator/bundle/manifests/multicluster-global-hub-operator.clusterserviceversion.yaml index 3de93af8e..62ca21fcf 100644 --- a/operator/bundle/manifests/multicluster-global-hub-operator.clusterserviceversion.yaml +++ b/operator/bundle/manifests/multicluster-global-hub-operator.clusterserviceversion.yaml @@ -18,7 +18,9 @@ metadata: "metadata": { "name": "multiclusterglobalhubagent" }, - "spec": {} + "spec": { + "transportConfigSecretName": "transport-config" + } }, { "apiVersion": "operator.open-cluster-management.io/v1alpha4", @@ -39,7 +41,7 @@ metadata: categories: Integration & Delivery,OpenShift Optional certified: "false" containerImage: quay.io/stolostron/multicluster-global-hub-operator:latest - createdAt: "2024-11-06T07:58:55Z" + createdAt: "2024-11-06T08:06:51Z" description: Manages the installation and upgrade of the Multicluster Global Hub. olm.skipRange: '>=1.3.0 <1.4.0' operatorframework.io/initialization-resource: '{"apiVersion":"operator.open-cluster-management.io/v1alpha4", diff --git a/operator/config/samples/operator_v1alpha1_multiclusterglobalhubagent.yaml b/operator/config/samples/operator_v1alpha1_multiclusterglobalhubagent.yaml index 7f5a13c01..4af1ff86d 100644 --- a/operator/config/samples/operator_v1alpha1_multiclusterglobalhubagent.yaml +++ b/operator/config/samples/operator_v1alpha1_multiclusterglobalhubagent.yaml @@ -2,4 +2,5 @@ apiVersion: operator.open-cluster-management.io/v1alpha1 kind: MulticlusterGlobalHubAgent metadata: name: multiclusterglobalhubagent -spec: {} +spec: + transportConfigSecretName: transport-config