Update fluxcd* expected exit status (#87318)
Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
parent
12db89fc93
commit
74e8b759aa
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
command:
|
||||
check-kustomize-controller-help:
|
||||
exec: kustomize-controller --help
|
||||
exit-status: 2
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- "Usage of kustomize-controller:"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
command:
|
||||
check-notification-controller-binary:
|
||||
exec: notification-controller --help
|
||||
exit-status: 2
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- "Usage of notification-controller"
|
||||
|
|
|
|||
Loading…
Reference in New Issue