Skip to content

Commit 0bb3d59

Browse files
authored
Merge pull request #58 from Kpler/chore/allow-mcp-run-dedicated-instance
chore: allow mcp instance runs on dedicated instance
2 parents 0034188 + 91dbef9 commit 0bb3d59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

kp_pre_commit_hooks/gitops_values_validation.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@ class ServiceInstanceConfigValidator:
356356
},
357357
"mt-tropical-storm-service": {
358358
"$.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+
]
359364
}
360365
}
361366

0 commit comments

Comments
 (0)