Update fluxcd* expected exit status (#87318)

Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
David Gomez 2025-10-10 11:04:29 +02:00 committed by GitHub
parent 12db89fc93
commit 74e8b759aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
command:
check-image-automation-controller-binary:
exec: image-automation-controller --help
exit-status: 2
exit-status: 0
stderr:
- "Usage of image-automation-controller"

View File

@ -4,6 +4,6 @@
command:
check-kustomize-controller-help:
exec: kustomize-controller --help
exit-status: 2
exit-status: 0
stderr:
- "Usage of kustomize-controller:"

View File

@ -4,6 +4,6 @@
command:
check-notification-controller-binary:
exec: notification-controller --help
exit-status: 2
exit-status: 0
stderr:
- "Usage of notification-controller"