mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
14 lines
373 B
YAML
14 lines
373 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
# The metallb-speaker binary does not have a --version flag, but starting it displays the version
|
|
check-app-version:
|
|
exec: speaker
|
|
exit-status: 1
|
|
stdout:
|
|
- "{{ .Env.APP_VERSION }}"
|
|
check-metallb-speaker-help:
|
|
exec: speaker --help
|
|
exit-status: 0
|