Add quotes to stderr:

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2023-10-18 17:17:57 +02:00
parent c138b8165c
commit ef7ca15881
9 changed files with 14 additions and 14 deletions

View File

@@ -7,5 +7,5 @@ command:
timeout: 8000
exit-status: 143
stderr:
- Starting airflow-exporter
- mydatabase
- "Starting airflow-exporter"
- "mydatabase"

View File

@@ -7,4 +7,4 @@ command:
timeout: 8000
exit-status: 0
stderr:
- Starting apache_exporter
- "Starting apache_exporter"

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -6,4 +6,4 @@ command:
exec: grafana-operator --help || true
exit-status: 0
stderr:
- Usage of grafana-operator
- "Usage of grafana-operator"

View File

@@ -6,4 +6,4 @@ command:
exec: timeout --preserve-status 5 jaeger-all-in-one
exit-status: 0
stderr:
- Server created
- "Server created"

View File

@@ -6,5 +6,5 @@ command:
exec: timeout --preserve-status 5 node_exporter || true
exit-status: 0
stderr:
- Listening
- "Listening"

View File

@@ -10,5 +10,5 @@ command:
timeout: 8000
exit-status: 0
stderr:
- Starting Prometheus Server
- Server is ready
- "Starting Prometheus Server"
- "Server is ready"