15 lines
339 B
YAML
15 lines
339 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/minio/log/minio-http.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout
|
|
command:
|
|
check-app-version:
|
|
exec: minio --version | sed "s/\-0*/./g"
|
|
exit-status: 0
|
|
stdout:
|
|
- "{{ .Env.APP_VERSION }}"
|