-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
Hello,
I've been using your chart and I was trying to use files on my local to configure the mappings and response.
I tried to go with volumes
volumes:
- name: mappings-data
hostPath:
path: /data/mappings
- name: responses-data
hostPath:
path: /data/responses
volumeMounts:
- name: mappings-data
mountPath: /home/wiremock/mappings
- name: responses-data
mountPath: /home/wiremock/__files
or with a command line with --set-file mappings.custom.mapping.json=./mappings/custom_mapping.json
But I'm facing error. Is there any documentation on how to do this?
Thanks
References
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation