We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52faee7 commit 9af360aCopy full SHA for 9af360a
cloudbuild.yaml
@@ -47,7 +47,7 @@ steps:
47
entrypoint: bash
48
args:
49
- "-c"
50
- - 'timeout --signal=INT --preserve-status 5s docker run --rm -v "/workspace/examples/proxy.yaml:/etc/quilkin/quilkin.yaml" ${_REPOSITORY}quilkin:$(make version) proxy'
+ - 'timeout --signal=INT --preserve-status 5s docker run --rm -v "/workspace/examples/proxy.yaml:/etc/quilkin/quilkin.yaml" ${_REPOSITORY}quilkin:$(make version) --service.udp --provider.file.path=/etc/quilkin/quilkin.yaml'
51
id: test-quilkin-image-default-config-file
52
waitFor:
53
- build
0 commit comments