Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions kp_pre_commit_hooks/gitops_values_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,12 @@ class ServiceInstanceConfigValidator:
"Additional properties are not allowed ('tolerations' was unexpected)"
]
},
# jsonschema 4.19.0 emits hyphenated keys with dot notation (not brackets).
"archibot": {
"$.platform-managed-chart.services['archibot-db-gateway'].livenessProbe.httpGet": [
"$.platform-managed-chart.services.archibot-db-gateway.livenessProbe.httpGet": [
"Additional properties are not allowed ('port' was unexpected)"
],
"$.platform-managed-chart.services['archibot-db-gateway'].readinessProbe.httpGet": [
"$.platform-managed-chart.services.archibot-db-gateway.readinessProbe.httpGet": [
"Additional properties are not allowed ('port' was unexpected)"
],
},
Expand Down