bitnami-containers/.vib/minio-operator/goss/minio-operator.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