Skip to content

Conversation

@Laren-AWS
Copy link
Contributor

The yamale schema validator currently validates that services listed in examples are contained in the services.yaml. This doesn't work for tributary-defined services because the tributary services.yaml file isn't loaded for yamale check.

However, this check is also already being done in code when examples are further validated beyond the yamale checks, and at that time the full services list has been loaded and merged so validation works as expected.

This update removes the redundant and overly rigid yamale checks.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…services list because this is done better in the code validator.
@Laren-AWS Laren-AWS added the Enhancement A general update to the code base. label Apr 21, 2025
@Laren-AWS Laren-AWS requested a review from DavidSouther April 21, 2025 22:21
@Laren-AWS Laren-AWS self-assigned this Apr 21, 2025
@Laren-AWS Laren-AWS merged commit 4e92233 into main Apr 22, 2025
3 checks passed
@Laren-AWS Laren-AWS deleted the remove-service-check-from-yamale branch April 22, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement A general update to the code base.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants