Hi, I'm using helm to deploy wiremock into kuberne...
# help
p
Hi, I'm using helm to deploy wiremock into kubernetes. The helm chart is wiremock-0.1.15 and that loads version 2.25.1 of wiremock. Trying to enable response templating but responses are still coming back with the template text, for example {{request.path.[4]}} which I was expecting to return data captured from the request. Currently using, helm values
Copy code
wiremock:
  service:
    externalPort: CHANGEME_WIREMOCK_PORT
  args:
    - "--global-response-templating"
but no success. The externalPort is certainly being picked up but I'm not sure of the format for the args (if that's the correct way of specifying the setting) or which flags are supported, if any, for this version of wiremock