Skip to content

Commit

Permalink
Fix option separators
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Oct 26, 2023
1 parent 138c497 commit 5393388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/wiremock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5393388

Please sign in to comment.