Skip to content

Commit

Permalink
chore(test): fix yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Aug 29, 2024
1 parent fc6fd79 commit 24ed1ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/templates/kuttl/overrides/31-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 30
commands:
# master, default RG
# master, default RG
- script: |
set -euo pipefail
Expand All @@ -30,7 +30,7 @@ commands:
| yq --unwrapScalar '.spec.containers[0].env[] | select (.name == "TEST_VAR").value' \
| grep '^MASTER_RG$'
# regionserver, resources-from-role RG
# regionserver, resources-from-role RG
- script: |
set -euo pipefail
Expand Down Expand Up @@ -58,7 +58,7 @@ commands:
| yq --unwrapScalar '.spec.containers[0].env[] | select (.name == "TEST_VAR").value' \
| grep '^REGIONSERVER_RFR$'
# regionserver, resources-from-role-group RG
# regionserver, resources-from-role-group RG
- script: |
set -euo pipefail
Expand Down Expand Up @@ -86,7 +86,7 @@ commands:
| yq --unwrapScalar '.spec.containers[0].env[] | select (.name == "TEST_VAR").value' \
| grep '^REGIONSERVER_RFRG$'
# restserver, default RG
# restserver, default RG
- script: |
set -euo pipefail
Expand Down

0 comments on commit 24ed1ed

Please sign in to comment.