13 lines
365 B
YAML
13 lines
365 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-app-version:
|
|
exec: cilium-operator-generic --version | grep "$(echo $APP_VERSION | sed -E 's|([0-9]+\.[0-9]+)\.0$|\1|g')"
|
|
exit-status: 0
|
|
check-cilium-operator-help:
|
|
exec: cilium-operator-generic help
|
|
exit-status: 0
|
|
stdout:
|
|
- "Usage"
|