nodeshift
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -13,3 +13,3 @@ 'use strict'; | ||
const container = { | ||
image: config.dockerImageRepo, | ||
image: config.projectName, | ||
name: config.projectName, | ||
@@ -16,0 +16,0 @@ securityContext: { |
@@ -11,3 +11,3 @@ 'use strict'; | ||
// Apply MetaData | ||
// Apply MetaData | ||
resource.spec.template.metadata = { | ||
@@ -14,0 +14,0 @@ labels: { |
@@ -22,11 +22,1 @@ 'use strict'; | ||
}; | ||
// spec: { | ||
// port: { | ||
// targetPort: 8080 | ||
// }, | ||
// to: { | ||
// kind: 'Service', | ||
// name: 'nodejs-rest-http' | ||
// } | ||
// } |
{ | ||
"name": "nodeshift", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Plugin for running openshift deployments", | ||
@@ -9,3 +9,3 @@ "bin": { | ||
"scripts": { | ||
"lint": "eslint bin/* lib/*.js test/*.js index.js", | ||
"lint": "eslint bin/* lib/**/*.js test/*.js index.js", | ||
"test": "NODESHIFT_QUIET=true tape test/*-test.js | tap-spec", | ||
@@ -12,0 +12,0 @@ "prepublish": "nsp check", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61093
36
898