Skip to content

Do not use comma-separated environment variables #3123

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

Merged
merged 1 commit into from
Nov 2, 2016

Conversation

mmilata
Copy link

@mmilata mmilata commented Oct 27, 2016

Addition to #3107. OpenShift change: openshift/origin#11539.

Replace

oc new-app -e X=Y,Z=W

with

oc new-app -e X=Y -e Z=W

because the former will likely be removed from oc.

Replace

  oc new-app -e X=Y,Z=W

with

  oc new-app -e X=Y -e Z=W

because the former will likely be removed from oc.
@bparees
Copy link
Contributor

bparees commented Nov 1, 2016

lgtm, @mmilata ask the docs team to merge once your PR merges.

@ahardin-rh ahardin-rh changed the title [DoNotMerge]Do not use comma-separated environment variables Do not use comma-separated environment variables Nov 2, 2016
@ahardin-rh ahardin-rh added this to the Future Release milestone Nov 2, 2016
@ahardin-rh ahardin-rh self-assigned this Nov 2, 2016
@ahardin-rh
Copy link
Contributor

LGTM. Thanks!

@ahardin-rh ahardin-rh merged commit 36570f0 into openshift:master Nov 2, 2016
@ahardin-rh
Copy link
Contributor

No revision history needed (formatting fixes)

@vikram-redhat vikram-redhat modified the milestones: Future Release, Staging, OCP 3.4 GA Jan 16, 2017
@adellape adellape modified the milestones: OCP 3.4 GA, Staging, Temp Feb 1, 2017
@adellape adellape modified the milestones: OCP 3.4 GA, Temp Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants