mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
10 lines
216 B
YAML
10 lines
216 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-app:
|
|
exec: grafana-operator --help || true
|
|
exit-status: 0
|
|
stderr:
|
|
- "Usage of grafana-operator"
|