Skip to content

Commit

Permalink
Update the sample
Browse files Browse the repository at this point in the history
Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 committed Nov 6, 2024
1 parent 9a3b7e7 commit 223ebd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ metadata:
"metadata": {
"name": "multiclusterglobalhubagent"
},
"spec": {}
"spec": {
"transportConfigSecretName": "transport-config"
}
},
{
"apiVersion": "operator.open-cluster-management.io/v1alpha4",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ apiVersion: operator.open-cluster-management.io/v1alpha1
kind: MulticlusterGlobalHubAgent
metadata:
name: multiclusterglobalhubagent
spec: {}
spec:
transportConfigSecretName: transport-config

0 comments on commit 223ebd6

Please sign in to comment.