16 lines
331 B
YAML
16 lines
331 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
group:
|
|
parsedashboard:
|
|
exists: true
|
|
user:
|
|
parsedashboard:
|
|
exists: true
|
|
command:
|
|
check-app-version:
|
|
exec: grep "version" /opt/bitnami/parse-dashboard/package.json
|
|
exit-status: 0
|
|
stdout:
|
|
- "{{ .Env.APP_VERSION }}"
|