remove condition for rolesDefs

This commit is contained in:
Felix Kunde 2020-08-10 14:08:29 +02:00
parent 7d014d9c2f
commit 07c52edab2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ func (c *Controller) getInfrastructureRoleDefinitions() []*config.Infrastructure
rolesDefs := c.opConfig.InfrastructureRoles
// check if we can extract something from the configmap config option
if len(rolesDefs) == 0 && c.opConfig.InfrastructureRolesDefs != "" {
if c.opConfig.InfrastructureRolesDefs != "" {
// The configmap option could contain either a role description (in the
// form key1: value1, key2: value2), which has to be used together with
// an old secret name.