-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Copy volume mounts to hook pods #5664
Conversation
Bubble for now |
2814371
to
0c791f6
Compare
LGTM |
[merge] |
[Test]ing while waiting on the merge queue |
[test] |
Needs rebase |
Copy volume mounts to hook pods matching any volumes which were also copied to the hook pod. Otherwise the mapped volumes are inaccessible to the hook container.
0c791f6
to
842dee6
Compare
Rebased, [test]ing again |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/6876/) (Image: devenv-rhel7_2638) |
Evaluated for origin test up to 842dee6 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/6876/) |
@smarterclayton @liggitt rebased and tests are still good, please put it back in the merge queue. |
[merge] |
Evaluated for origin merge up to 842dee6 |
Copy volume mounts to hook pods matching any volumes which were also
copied to the hook pod. Otherwise the mapped volumes are inaccessible
to the hook container.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1270187