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 a26fdde commit 0817d74Copy full SHA for 0817d74
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