We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#20052 appears to have broken new-app's behavior.
Running in an empty project:
oc new-app https://github.com/openshift/nodejs-ex
creates an imagestreamtag named "nodejs:10" in the current namespace.
The buildconfig it creates references the openshift/nodejs:10 IST as expected, but the currentnamespace/nodejs:10 IST is also created.
The text was updated successfully, but these errors were encountered:
(I haven't confirmed that was the PR that broke it, but it seems suspicious anyway)
Sorry, something went wrong.
(3) Reuse existing imagestreams with new-app [app_creation][tech_debt]
coreydaley
No branches or pull requests
#20052 appears to have broken new-app's behavior.
Running in an empty project:
creates an imagestreamtag named "nodejs:10" in the current namespace.
The buildconfig it creates references the openshift/nodejs:10 IST as expected, but the currentnamespace/nodejs:10 IST is also created.
The text was updated successfully, but these errors were encountered: