Skip to content

Commit

Permalink
fix k8s ci test after using fullnameOverride (#126)
Browse files Browse the repository at this point in the history
fix k8s ci test after using fullnameOverrid

Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus authored Jan 15, 2024
1 parent ba33736 commit 13527f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function deploy_fluent_bit() {
--wait

try "at most 15 times every 2s " \
"to find 1 pods named 'fluent-bit' " \
"to find 1 pods named 'fluentbit-ci-tests' " \
"with 'status' being 'running'"

FLUENTBIT_POD_NAME=$(kubectl get pods -n "$TEST_NAMESPACE" -l "app.kubernetes.io/name=fluent-bit" --no-headers | awk '{ print $1 }')
Expand Down

0 comments on commit 13527f1

Please sign in to comment.