Skip to content

Commit

Permalink
yaml lint issue fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rizul Gupta <[email protected]>
  • Loading branch information
rizul2108 committed Jan 7, 2024
1 parent 2fa2093 commit a3c71f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/testmetrics/metrics-hpa/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ kind: TestAssert
collectors:
- type: pod
selector: app=podtato-head
- command: kubectl logs -l app=podtato-head -n $NAMESPACE
- command: kubectl logs -l app=podtato-head -n $NAMESPACE

3 changes: 2 additions & 1 deletion test/testmetrics/metrics/02-teststep-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- command: kubectl logs -l app=test -n $NAMESPACE

0 comments on commit a3c71f3

Please sign in to comment.