We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858fbbf commit 97edc01Copy full SHA for 97edc01
openshift/templates/nodejs.json
@@ -50,16 +50,6 @@
50
"name": "nodejs-example"
51
}
52
},
53
- {
54
- "kind": "ImageStream",
55
- "apiVersion": "v1",
56
- "metadata": {
57
- "name": "nodejs-010-centos7"
58
- },
59
- "spec": {
60
- "dockerImageRepository": "openshift/nodejs-010-centos7"
61
- }
62
63
{
64
"kind": "BuildConfig",
65
"apiVersion": "v1",
@@ -98,7 +88,8 @@
98
88
"sourceStrategy": {
99
89
"from": {
100
90
"kind": "ImageStreamTag",
101
- "name": "nodejs-010-centos7:latest"
91
+ "name": "nodejs:latest",
92
+ "namespace": "openshift"
102
93
103
94
"incremental": true
104
95
0 commit comments