You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #2263 from openshift/revert-2176-jvallejo/add-set-volume-overwrite-option
Automatic merge from submit-queue.
Revert "add "overwrite" option to attachPVC view"
Reverts #2176
The change has introduced some bugs. Reverting for now. I've reopened the original issue.
var e = n.attach.resource, a = _.get(e, "spec.template"), r = n.attach.persistentVolumeClaim, o = n.attach.volumeName, i = n.attach.mountPath, c = n.attach.subPath, l = n.attach.readOnly;
8538
-
if (i && !I(a, o, i, c, l)) return void (n.disableInputs = !1);
8519
+
i && angular.forEach(a.spec.containers, function(e) {
i || (e = "No mount path was provided. The volume reference was added to the configuration, but it will not be mounted into running pods."), u.addNotification({
"<span id=\"mount-path-help\" class=\"help-block\">Mount path for the volume inside the container. If not specified, the volume will not be mounted automatically.</span>\n" +
"<span id=\"volume-name-help\" class=\"help-block\">Unique name used to identify this volume. If not specified, a volume name is generated.</span>\n" +
0 commit comments