mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
Add quotes to stderr:
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
@@ -7,5 +7,5 @@ command:
|
||||
timeout: 8000
|
||||
exit-status: 143
|
||||
stderr:
|
||||
- Starting airflow-exporter
|
||||
- mydatabase
|
||||
- "Starting airflow-exporter"
|
||||
- "mydatabase"
|
||||
|
||||
@@ -7,4 +7,4 @@ command:
|
||||
timeout: 8000
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- Starting apache_exporter
|
||||
- "Starting apache_exporter"
|
||||
|
||||
@@ -23,7 +23,7 @@ command:
|
||||
exec: cd /opt/appsmith/rts/ && node --require source-map-support/register server.js
|
||||
exit-status: 1
|
||||
stderr:
|
||||
- APPSMITH_API_BASE_URL
|
||||
- "APPSMITH_API_BASE_URL"
|
||||
group:
|
||||
appsmith:
|
||||
exists: true
|
||||
|
||||
@@ -7,6 +7,6 @@ command:
|
||||
timeout: 8000
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- Starting blackbox_exporter
|
||||
- Loaded config file
|
||||
- Listening on
|
||||
- "Starting blackbox_exporter"
|
||||
- "Loaded config file"
|
||||
- "Listening on"
|
||||
|
||||
@@ -7,5 +7,5 @@ command:
|
||||
exit-status: 143
|
||||
timeout: 8000
|
||||
stderr:
|
||||
- Loading yaml config
|
||||
- Connection refused to host
|
||||
- "Loading yaml config"
|
||||
- "Connection refused to host"
|
||||
|
||||
@@ -6,4 +6,4 @@ command:
|
||||
exec: grafana-operator --help || true
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- Usage of grafana-operator
|
||||
- "Usage of grafana-operator"
|
||||
|
||||
@@ -6,4 +6,4 @@ command:
|
||||
exec: timeout --preserve-status 5 jaeger-all-in-one
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- Server created
|
||||
- "Server created"
|
||||
@@ -6,5 +6,5 @@ command:
|
||||
exec: timeout --preserve-status 5 node_exporter || true
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- Listening
|
||||
- "Listening"
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@ command:
|
||||
timeout: 8000
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- Starting Prometheus Server
|
||||
- Server is ready
|
||||
- "Starting Prometheus Server"
|
||||
- "Server is ready"
|
||||
|
||||
Reference in New Issue
Block a user