kit-deployer
Advanced tools
Comparing version 8.8.2 to 8.8.3
{ | ||
"name": "kit-deployer", | ||
"version": "8.8.2", | ||
"version": "8.8.3", | ||
"description": "Use to deploy files to multiple kubernetes clusters.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -239,3 +239,4 @@ "use strict"; | ||
throw new Error( | ||
`Reserved spec.selector ${Labels.Strategy} has been manually set` | ||
`Reserved spec.selector ${Labels.Strategy} has been manually set on ${manifest | ||
.metadata.name}` | ||
); | ||
@@ -242,0 +243,0 @@ } |
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
70861940
4009