Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
rename owner in managedcluster side to obsaddon (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolan018 authored Feb 23, 2021
1 parent e361b91 commit ea16b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
obAddonName = "observability-addon"
mcoCRName = "observability"
ownerLabelKey = "owner"
ownerLabelValue = "multicluster-operator"
ownerLabelValue = "observabilityaddon"
obsAddonFinalizer = "observability.open-cluster-management.io/addon-cleanup"
promSvcName = "prometheus-k8s"
promNamespace = "openshift-monitoring"
Expand Down
9 changes: 1 addition & 8 deletions pkg/controller/status/status_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ import (
)

const (
hubKubeConfigPath = "/spoke/hub-kubeconfig/kubeconfig"
hubConfigName = "hub-info-secret"
obAddonName = "observability-addon"
mcoCRName = "observability"
ownerLabelKey = "owner"
ownerLabelValue = "multicluster-operator"
obsAddonFinalizer = "observability.open-cluster-management.io/addon-cleanup"
managedClusterAddonName = "observability-controller"
obAddonName = "observability-addon"
)

var (
Expand Down

0 comments on commit ea16b32

Please sign in to comment.