mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-06 17:52: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 true
|
||||
}
|
||||
|
||||
return false
|
||||
return labelsNeedUpdate(existing.Labels, desired.Labels)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user