We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0034188 + 91dbef9 commit 0bb3d59Copy full SHA for 0bb3d59
1 file changed
kp_pre_commit_hooks/gitops_values_validation.py
@@ -356,6 +356,11 @@ class ServiceInstanceConfigValidator:
356
},
357
"mt-tropical-storm-service": {
358
"$.platform-managed-chart.api.ingress": ["Additional properties are not allowed ('enable_ssl_redirect' was unexpected)"]
359
+ },
360
+ "mcp-test": {
361
+ "$.platform-managed-chart.api.deployment": [
362
+ "Additional properties are not allowed ('nodeSelector', 'tolerations' were unexpected)"
363
+ ]
364
}
365
366
0 commit comments