From d2038699c025aaa0e0327c6e46efd3dc25d28606 Mon Sep 17 00:00:00 2001 From: John Harris Date: Wed, 5 Jan 2022 07:46:56 -0800 Subject: [PATCH] Fix newlines Signed-off-by: John Harris --- artifacts/examples/kuma-canary.yaml | 2 +- kustomize/base/prometheus/prometheus.yml | 2 +- kustomize/kuma/patch.yaml | 2 +- test/kuma/run.sh | 2 +- test/kuma/test-canary.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacts/examples/kuma-canary.yaml b/artifacts/examples/kuma-canary.yaml index 443c0998..12dbb416 100644 --- a/artifacts/examples/kuma-canary.yaml +++ b/artifacts/examples/kuma-canary.yaml @@ -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/" \ No newline at end of file + cmd: "hey -z 2m -q 10 -c 2 http://podinfo-canary.test:9898/" diff --git a/kustomize/base/prometheus/prometheus.yml b/kustomize/base/prometheus/prometheus.yml index f302da1e..a73b09e7 100644 --- a/kustomize/base/prometheus/prometheus.yml +++ b/kustomize/base/prometheus/prometheus.yml @@ -131,4 +131,4 @@ scrape_configs: - action: replace source_labels: - __meta_kubernetes_pod_name - target_label: kubernetes_pod_name \ No newline at end of file + target_label: kubernetes_pod_name diff --git a/kustomize/kuma/patch.yaml b/kustomize/kuma/patch.yaml index 78c08401..cbcc4f88 100644 --- a/kustomize/kuma/patch.yaml +++ b/kustomize/kuma/patch.yaml @@ -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 \ No newline at end of file + - -metrics-server=http://prometheus-server.kuma-metrics:80 diff --git a/test/kuma/run.sh b/test/kuma/run.sh index fff250d6..67153fa9 100755 --- a/test/kuma/run.sh +++ b/test/kuma/run.sh @@ -8,4 +8,4 @@ DIR="$(cd "$(dirname "$0")" && pwd)" "$DIR"/install.sh "$REPO_ROOT"/test/workloads/init.sh -"$DIR"/test-canary.sh \ No newline at end of file +"$DIR"/test-canary.sh diff --git a/test/kuma/test-canary.sh b/test/kuma/test-canary.sh index 68ce67ca..5b86906b 100755 --- a/test/kuma/test-canary.sh +++ b/test/kuma/test-canary.sh @@ -193,4 +193,4 @@ until ${ok}; do fi done -echo '✔ Canary rollback test passed' \ No newline at end of file +echo '✔ Canary rollback test passed'