From 59c79e3e876a747d4fbfcd7ac839738edb052a58 Mon Sep 17 00:00:00 2001 From: ajaychoudhary-hotstar Date: Mon, 28 Oct 2024 18:51:51 +0530 Subject: [PATCH] updated test Yaml Signed-off-by: ajaychoudhary-hotstar --- cmd/entrypoint/testdata/custom-endpoints.yaml | 12 ++++++------ cmd/entrypoint/testdata/hello-endpoints.yaml | 8 ++++---- cmd/entrypoint/testdata/qotm-endpoints.yaml | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cmd/entrypoint/testdata/custom-endpoints.yaml b/cmd/entrypoint/testdata/custom-endpoints.yaml index 6ae4c53e1b..017a7d1d61 100644 --- a/cmd/entrypoint/testdata/custom-endpoints.yaml +++ b/cmd/entrypoint/testdata/custom-endpoints.yaml @@ -19,9 +19,9 @@ endpoints: targetRef: kind: Pod name: random-6db467b4d7-zzzz1 - ports: - - port: 5000 - protocol: TCP +ports: +- port: 5000 + protocol: TCP --- # All the IP addresses, pod names, etc., are basically made up. These # aren't meant to be functional, just to exercise the machinery of @@ -43,6 +43,6 @@ endpoints: targetRef: kind: Pod name: rande-6db467b4d7-zzzz2 - ports: - - port: 5000 - protocol: TCP +ports: +- port: 5000 + protocol: TCP diff --git a/cmd/entrypoint/testdata/hello-endpoints.yaml b/cmd/entrypoint/testdata/hello-endpoints.yaml index 7832f6b3b2..438fb49615 100644 --- a/cmd/entrypoint/testdata/hello-endpoints.yaml +++ b/cmd/entrypoint/testdata/hello-endpoints.yaml @@ -24,12 +24,12 @@ endpoints: targetRef: kind: Pod name: hello-6db467b4d7-n45n7 -- addresses: +- addresses: - "10.42.0.16" nodeName: flynn-2b targetRef: kind: Pod name: hello-6db467b4d7-n45n7 - ports: - - port: 5000 - protocol: TCP +ports: +- port: 5000 + protocol: TCP diff --git a/cmd/entrypoint/testdata/qotm-endpoints.yaml b/cmd/entrypoint/testdata/qotm-endpoints.yaml index 843ee9630f..f6423c0a0c 100644 --- a/cmd/entrypoint/testdata/qotm-endpoints.yaml +++ b/cmd/entrypoint/testdata/qotm-endpoints.yaml @@ -30,6 +30,6 @@ endpoints: targetRef: kind: Pod name: qotm-6db467b4d7-n45n7 - ports: - - port: 5000 - protocol: TCP +ports: +- port: 5000 + protocol: TCP