Skip to content

Commit

Permalink
Fix newlines
Browse files Browse the repository at this point in the history
Signed-off-by: John Harris <john.harris@konghq.com>
  • Loading branch information
johnharris85 committed Jan 5, 2022
1 parent cb3b5cb commit d203869
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion artifacts/examples/kuma-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ spec:
type: rollout
url: http://flagger-loadtester.test/
metadata:
cmd: "hey -z 2m -q 10 -c 2 http://podinfo-canary.test:9898/"
cmd: "hey -z 2m -q 10 -c 2 http://podinfo-canary.test:9898/"
2 changes: 1 addition & 1 deletion kustomize/base/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ scrape_configs:
- action: replace
source_labels:
- __meta_kubernetes_pod_name
target_label: kubernetes_pod_name
target_label: kubernetes_pod_name
2 changes: 1 addition & 1 deletion kustomize/kuma/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- -log-level=info
- -include-label-prefix=app.kubernetes.io
- -mesh-provider=kuma
- -metrics-server=http://prometheus-server.kuma-metrics:80
- -metrics-server=http://prometheus-server.kuma-metrics:80
2 changes: 1 addition & 1 deletion test/kuma/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ DIR="$(cd "$(dirname "$0")" && pwd)"
"$DIR"/install.sh

"$REPO_ROOT"/test/workloads/init.sh
"$DIR"/test-canary.sh
"$DIR"/test-canary.sh
2 changes: 1 addition & 1 deletion test/kuma/test-canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ until ${ok}; do
fi
done

echo '✔ Canary rollback test passed'
echo '✔ Canary rollback test passed'

0 comments on commit d203869

Please sign in to comment.