Skip to content

Commit 5393388

Browse files
Fix option separators
1 parent 138c497 commit 5393388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: charts/wiremock/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ingress:
3737
# hosts:
3838
# - chart-example.local
3939
env:
40-
WIREMOCK_OPTIONS: "--port=9021,--max-request-journal=1000,--local-response-templating,--root-dir=/home/wiremock/storage"
40+
WIREMOCK_OPTIONS: "--port=9021 --max-request-journal=1000 --local-response-templating --root-dir=/home/wiremock/storage"
4141

4242
resources: {}
4343
# We usually recommend not to specify default resources and to leave this as a conscious

0 commit comments

Comments
 (0)