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