Skip to content

Commit

Permalink
update OLM subscription names (#1042)
Browse files Browse the repository at this point in the history
* update operator subscription names
  • Loading branch information
mfrancisc authored Aug 27, 2024
1 parent 0670d7e commit 58eee93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/operators/operators.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
)

const (
hostSubscriptionName = "subscription-toolchain-host-operator"
memberSubscriptionName = "subscription-toolchain-member-operator"
hostSubscriptionName = "host-operator"
memberSubscriptionName = "member-operator"
)

// Templates are the operator install templates, this list should be kept in sync with prod install templates with some exceptions:
Expand Down

0 comments on commit 58eee93

Please sign in to comment.