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 f055390 commit d9d4932Copy full SHA for d9d4932
internal/controller/postgrescluster/volumes.go
@@ -919,7 +919,7 @@ func (r *Reconciler) reconcileAdditionalVolumes(
919
// observed *Instance,
920
) (additionalVolumePVCs []*corev1.PersistentVolumeClaim, err error) {
921
922
- if additionalVolumes == nil || len(additionalVolumes) == 0 {
+ if len(additionalVolumes) == 0 {
923
return
924
}
925
0 commit comments