-
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
oc new-app: allow 'dot' in ENV variable names #19688
oc new-app: allow 'dot' in ENV variable names #19688
Conversation
looks like this is breaking some existing tests that probably need to be updated: https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/19688/test_pull_request_origin_cmd/13529/ (the one that is nil-ptr'ing is particularly concerning, that one may need changes in the actual code, not just the test) should also introduce some new tests that will let us know if we regress this support in the future. otherwise lgtm. |
5693a5d
to
0d9b36b
Compare
fixes: openshift#8771 reuses validators from kubernetes/kubernetes#48986
0d9b36b
to
d49e16d
Compare
/retest |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, wozniakjan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test unit |
/retest Please review the full test history for this PR and help us cut down flakes. |
fixes: #8771
reuses validators from kubernetes/kubernetes#48986
ptal @openshift/sig-developer-experience