Skip to content

Commit

Permalink
yamllint: fix hypens rule warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Jul 12, 2021
1 parent 0085e73 commit 6373cc4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/node-perf-dash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ spec:
- image: k8s.gcr.io/node-perf-dash:v0.3
command:
- /node-perf-dash
- --www=true
- --dir=/www
- --address=0.0.0.0:8080
- --builds=30
- --datasource=google-gcs
- --tracing=true
- --jenkins-job=ci-kubernetes-node-kubelet-benchmark,ci-cri-containerd-node-e2e-benchmark
- --www=true
- --dir=/www
- --address=0.0.0.0:8080
- --builds=30
- --datasource=google-gcs
- --tracing=true
- --jenkins-job=ci-kubernetes-node-kubelet-benchmark,ci-cri-containerd-node-e2e-benchmark
imagePullPolicy: Always
name: node-perf-dash
ports:
Expand Down

0 comments on commit 6373cc4

Please sign in to comment.