Skip to content

Commit 6ee68b5

Browse files
committed
update start command
Signed-off-by: YashPimple <[email protected]>
1 parent 18d27ca commit 6ee68b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-issuer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test:
7575
setup: |
7676
kubectl config view --minify --raw > /tmp/kubeconfig.yaml
7777
start: |
78-
step-issuer --logtostderr=true --zap-log-level=debug --disable-approval-check --metrics-addr=":8080" --kubeconfig=/tmp/kubeconfig.yaml > /tmp/contour.log 2>&1 &
78+
step-issuer --logtostderr=true --zap-log-level=debug --disable-approval-check --metrics-addr=":8080" --kubeconfig=/tmp/kubeconfig.yaml
7979
timeout: 180
8080
expected_output: |
8181
starting manager

0 commit comments

Comments
 (0)