projectsyn / commodore

Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure.
https://syn.tools/commodore/
BSD 3-Clause "New" or "Revised" License
46 stars 8 forks source link

Adjust component template tests to allow additional Cookiecutter context keys #970

Closed simu closed 3 months ago

simu commented 3 months ago

This allows us to add new Cookiecutter context keys to the template without breaking the tests. The adjusted test just checks that all the known context keys are present, but doesn't fail if there are any additional context keys.

Discovered after https://github.com/projectsyn/commodore-component-template/pull/101 got merged.

Checklist