summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v4/apps/influxdb2.yml2
-rw-r--r--public/v4/apps/telegraf.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/influxdb2.yml b/public/v4/apps/influxdb2.yml
index bceb4de..10384bb 100644
--- a/public/v4/apps/influxdb2.yml
+++ b/public/v4/apps/influxdb2.yml
@@ -12,7 +12,7 @@ services:
DOCKER_INFLUXDB_INIT_BUCKET: $$cap_influx_bucket
DOCKER_INFLUXDB_INIT_RETENTION: $$cap_influx_retention
DOCKER_INFLUXDB_INIT_MODE: setup
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
+ DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: $$cap_influx_token
caproverExtra:
notExposeAsWebApp: 'true'
caproverOneClickApp:
diff --git a/public/v4/apps/telegraf.yml b/public/v4/apps/telegraf.yml
index a801efd..f7813d1 100644
--- a/public/v4/apps/telegraf.yml
+++ b/public/v4/apps/telegraf.yml
@@ -15,7 +15,7 @@ caproverOneClickApp:
id: $$cap_version
instructions:
end: Telegraf is now starting. Navigate to the mountpoint of $$cap_appname-config to configure your instance. Read https://github.com/docker-library/docs/tree/master/telegraf#using-a-custom-config-file
- start: 'Telegraf is an open source agent written in Go for collecting metrics and data on the system it's running on or from other services. Telegraf writes data it collects to InfluxDB in the correct format.'
+ start: Telegraf is an open source agent written in Go for collecting metrics and data on the system it's running on or from other services. Telegraf writes data it collects to InfluxDB in the correct format.
displayName: Telegraf
isOfficial: true
description: Telegraf is an open source agent written in Go for collecting metrics.