-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support volume mount subpaths and read-only flag #1108
Support volume mount subpaths and read-only flag #1108
Conversation
eecd779
to
c257237
Compare
Read only | ||
</label> | ||
<div id="read-only-help" class="help-block"> | ||
Mount the volume read-only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mount the volume as read-only.
aria-describedby="sub-path-help"> | ||
<div id="sub-path-help" class="help-block"> | ||
Optional path within the volume from which the container's volume should | ||
be mounted. Defaults to the volume's root. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe:
Optional path within the volume from which it will be mounted into the container. Defaults to the volume's root.
also this needs a rebase |
Show subpath and read-only values for volume mounts. Allow users to set these fields on the add storage page.
c257237
to
b8b6ce4
Compare
@jwforres thanks, updated |
[merge] |
Evaluated for origin web console merge up to b8b6ce4 |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to b8b6ce4 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/951/) (Base Commit: 4b8b74b) |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/953/) (Base Commit: c298116) |
Show subpath and read-only values for volume mounts. Allow users to set these fields on the add storage page.