diff --git a/app/views/directives/add-config-to-application.html b/app/views/directives/add-config-to-application.html index 54298f3e1d..a482d660b8 100644 --- a/app/views/directives/add-config-to-application.html +++ b/app/views/directives/add-config-to-application.html @@ -53,11 +53,11 @@

Add to Application

id="mountVolume" placeholder="Enter a mount path" type="text" - required ng-pattern="/^\/.*$/" osc-unique="ctrl.existingMountPaths" aria-describedby="mount-path-help" ng-disabled="ctrl.addType !== 'volume' || ctrl.disableInputs || !ctrl.application" + ng-required="ctrl.addType === 'volume'" ng-model="ctrl.mountVolume" autocorrect="off" autocapitalize="off" diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 9085db92dd..4b2e158433 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -5765,7 +5765,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "
\n" + "
\n" + - "\n" + + "\n" + "
\n" + "
\n" + "Mount Path for the volume. A file will be created in this directory for each key from the {{ctrl.apiObject.kind | humanizeKind}}. The file contents will be the value of the key.\n" +