#240 Fix regression in volume validation
This commit is contained in:
parent
0ba70a8a93
commit
e1e21f92d6
|
|
@ -127,8 +127,6 @@ func (r *ReconcileJenkinsBaseConfiguration) validateVolumes() ([]string, error)
|
|||
} else if len(msg) > 0 {
|
||||
messages = append(messages, msg...)
|
||||
}
|
||||
default: //TODO add support for rest of volumes
|
||||
messages = append(messages, fmt.Sprintf("Unsupported volume '%v'", volume))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue