mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-07 02:02:21 +02:00
chore: make linter happy
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
This commit is contained in:
parent
a6ddc7828e
commit
73c07ba279
@ -365,9 +365,5 @@ func roleBindingNeedsUpdate(existing, desired *rbacv1.RoleBinding) bool {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if labelsNeedUpdate(existing.Labels, desired.Labels) {
|
return labelsNeedUpdate(existing.Labels, desired.Labels)
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user