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 ada17a0 commit 3b5c5a7Copy full SHA for 3b5c5a7
kp_pre_commit_hooks/gitops-values-validation.py
@@ -240,6 +240,9 @@ class ServiceInstanceConfigValidator:
240
"apply-edits-importbol-jdbc": {
241
"$.platform-managed-chart.serviceName": ["'sink' does not match the service folder name 'apply-edits-exportbol-jdbc'"]
242
},
243
+ "maritime-news-strapi-api": {
244
+ "$.extra": ["Additional properties are not allowed ('extra' was unexpected)"]
245
+ },
246
}
247
248
def __init__(self, service_instance_config: ServiceInstanceConfig):
0 commit comments