Open
Description
Proposal
Adding a replacement "/" with "_" will allow you to create folders with files in mappings and responses to structure
wiremock/templates/configmap-mappings.yaml:15
{{ $key | trimPrefix "mappings/" | replace "/" "_" }}: {{ $files.Get $key | quote }} {{/* adapt $key as desired */}}
wiremock/templates/configmap-responses.yaml:15
{{ $key | trimPrefix "responses/" | replace "/" "_" }}: {{ $files.Get $key | quote }} {{/* adapt $key as desired */}}
References
No response
Activity