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 5532c96 commit 39ceb75Copy full SHA for 39ceb75
pkg/assets/bindata.go
@@ -9271,7 +9271,7 @@ var b = _.get(a, "spec.template");
9271
c.existingVolumeNames = k.getVolumeNames(b);
9272
}, function(a) {
9273
p(b.name + " could not be loaded.", m(a));
9274
-}), h.list("persistentvolumeclaims", j, function(a) {
+}), h.list("persistentvolumeclaims", j).then(function(a) {
9275
c.pvcs = l(a.by("metadata.name")), _.isEmpty(c.pvcs) || c.attach.persistentVolumeClaim || (c.attach.persistentVolumeClaim = _.head(c.pvcs));
9276
});
9277
};
0 commit comments