From a3c71f372324fbb61ac8f3af82771998d55f0495 Mon Sep 17 00:00:00 2001 From: Rizul Gupta Date: Sun, 7 Jan 2024 15:59:44 +0530 Subject: [PATCH] yaml lint issue fix Signed-off-by: Rizul Gupta --- test/testmetrics/metrics-hpa/01-assert.yaml | 3 ++- test/testmetrics/metrics/02-teststep-assert.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/testmetrics/metrics-hpa/01-assert.yaml b/test/testmetrics/metrics-hpa/01-assert.yaml index e734e2cca2..073cb50dc5 100644 --- a/test/testmetrics/metrics-hpa/01-assert.yaml +++ b/test/testmetrics/metrics-hpa/01-assert.yaml @@ -19,4 +19,5 @@ kind: TestAssert collectors: - type: pod selector: app=podtato-head - - command: kubectl logs -l app=podtato-head -n $NAMESPACE \ No newline at end of file + - command: kubectl logs -l app=podtato-head -n $NAMESPACE + \ No newline at end of file diff --git a/test/testmetrics/metrics/02-teststep-assert.yaml b/test/testmetrics/metrics/02-teststep-assert.yaml index ae1ce56812..bafc7b064e 100644 --- a/test/testmetrics/metrics/02-teststep-assert.yaml +++ b/test/testmetrics/metrics/02-teststep-assert.yaml @@ -13,4 +13,5 @@ assert: # this checks that kubectl get resource succeeds collectors: - type: pod selector: app=test - - command: kubectl logs -l app=test -n $NAMESPACE \ No newline at end of file + - command: kubectl logs -l app=test -n $NAMESPACE + \ No newline at end of file