Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 20, 2024
1 parent b17626c commit 759879a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/zipkin/ci/eureka-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# sleep until Eureka is running, then start zipkin
command: [ '/bin/sh', '-c' ]
command: ['/bin/sh', '-c']
args:
- 'while ! wget -q --spider http://localhost:8761/eureka/v2/apps;do sleep 1; done && start-zipkin'

Expand Down
2 changes: 1 addition & 1 deletion charts/zipkin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:
tag: ""

# Zipkin start command
command: [ "start-zipkin" ]
command: ["start-zipkin"]
# Arguments to pass to the zipkin start command
args: []

Expand Down

0 comments on commit 759879a

Please sign in to comment.