We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4dd9d commit c7ed72eCopy full SHA for c7ed72e
pkg/etcdmanager/etcdmanager.go
@@ -498,7 +498,7 @@ func (m *EtcdManager) UninstallEtcd() error {
498
499
matchingLabels := client.MatchingLabels{
500
pg.PartitionIDLabelName: m.options.PartitionID,
501
- pg.ManagedByLabelName: pg.ManagedByLabelValue,
+ pg.ManagedByLabelName: m.options.PostgresletFullname,
502
etcdComponentLabelName: etcdComponentLabelValue,
503
}
504
deleteAllOpts := []client.DeleteAllOfOption{
0 commit comments