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.
2 parents a26fdde + 0817d74 commit ffbbd4dCopy full SHA for ffbbd4d
pkg/backingstore/reconciler.go
@@ -437,7 +437,7 @@ func (r *Reconciler) finalizeCore() error {
437
internalPoolName := ""
438
for i := range r.SystemInfo.Pools {
439
pool := &r.SystemInfo.Pools[i]
440
- if pool.ResourceType == "INTERNAL" {
+ if pool.Name == "backingstores" {
441
internalPoolName = pool.Name
442
break
443
}
pkg/namespacestore/reconciler.go
@@ -354,7 +354,7 @@ func (r *Reconciler) ReconcileDeletion(systemFound bool) error {
354
355
356
357
358
359
360
0 commit comments