Skip to content

Commit

Permalink
Merge pull request #40 from Kpler/chore/exclude-extra-property
Browse files Browse the repository at this point in the history
Add extra properties for template file in maritime-news-strapi-api
  • Loading branch information
vl-kp authored Jun 19, 2024
2 parents ada17a0 + 379b38b commit a1c4227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kp_pre_commit_hooks/gitops-values-validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ class ServiceInstanceConfigValidator:
"apply-edits-importbol-jdbc": {
"$.platform-managed-chart.serviceName": ["'sink' does not match the service folder name 'apply-edits-exportbol-jdbc'"]
},
"maritime-news-strapi-api": {
"$": ["Additional properties are not allowed ('extra' was unexpected)"]
},
}

def __init__(self, service_instance_config: ServiceInstanceConfig):
Expand Down

0 comments on commit a1c4227

Please sign in to comment.