Skip to content

Commit

Permalink
Use the same value when installing and uninstalling (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
eberlep authored Aug 27, 2024
1 parent de4dd9d commit c7ed72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/etcdmanager/etcdmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (m *EtcdManager) UninstallEtcd() error {

matchingLabels := client.MatchingLabels{
pg.PartitionIDLabelName: m.options.PartitionID,
pg.ManagedByLabelName: pg.ManagedByLabelValue,
pg.ManagedByLabelName: m.options.PostgresletFullname,
etcdComponentLabelName: etcdComponentLabelValue,
}
deleteAllOpts := []client.DeleteAllOfOption{
Expand Down

0 comments on commit c7ed72e

Please sign in to comment.