Skip to content

Commit ef1b71a

Browse files
authored
Merge pull request sclorg#160 from aliok/patch-1
Fix invalid JSON in template: nodejs.json
2 parents 5faaac6 + e8d39a4 commit ef1b71a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

openshift/templates/nodejs.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,7 @@
208208
}
209209
},
210210
"env": [
211-
],
212-
"resources": {
213-
"limits": {
214-
"memory": "${MEMORY_LIMIT}"
215-
}
216-
}
211+
]
217212
}
218213
]
219214
}

0 commit comments

Comments
 (0)