From 5393388fb0285569e46dd8d2bea869ff94386d4e Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 26 Oct 2023 10:21:25 +0200 Subject: [PATCH] Fix option separators --- charts/wiremock/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/wiremock/values.yaml b/charts/wiremock/values.yaml index 26e6eca..ca5d085 100644 --- a/charts/wiremock/values.yaml +++ b/charts/wiremock/values.yaml @@ -37,7 +37,7 @@ ingress: # hosts: # - chart-example.local env: - WIREMOCK_OPTIONS: "--port=9021,--max-request-journal=1000,--local-response-templating,--root-dir=/home/wiremock/storage" + WIREMOCK_OPTIONS: "--port=9021 --max-request-journal=1000 --local-response-templating --root-dir=/home/wiremock/storage" resources: {} # We usually recommend not to specify default resources and to leave this as a conscious