18 lines
404 B
YAML
18 lines
404 B
YAML
command:
|
|
check-minio-operator-version:
|
|
exec:
|
|
- /minio-operator
|
|
- --version
|
|
exit-status: 0
|
|
# Replace "-" with "+" in the version string
|
|
stdout:
|
|
- {{ .Env.APP_VERSION | replace "-" "+" }}
|
|
check-minio-operator-help:
|
|
exec:
|
|
- /minio-operator
|
|
- --help
|
|
exit-status: 0
|
|
# Replace "-" with "+" in the version string
|
|
stdout:
|
|
- automates the orchestration
|