Skip to content

Commit

Permalink
fix(ci): change kubenurse startup string in test condition
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Nussbaumer <clement.nussbaumer@postfinance.ch>
  • Loading branch information
clementnuss committed Apr 11, 2024
1 parent e9d51a2 commit bd91d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-deployment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: |
echo "Check for unexpected log lines"
test $(kubectl -n ${{ inputs.namespace }} logs -l app.kubernetes.io/name=kubenurse \
| grep -v "I'm ready to help you" \
| grep -v "kubenurse just started" \
| wc -l) -eq 0 \
- shell: bash
run: |
Expand Down

0 comments on commit bd91d7d

Please sign in to comment.