Commit ed167ba2 authored by Bin Liu's avatar Bin Liu Committed by k8s-ci-robot

Fix typos in telegraf (#3635)

parent f128035a
name: telegraf name: telegraf
version: 0.3.1 version: 0.3.2
deprecated: true deprecated: true
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords: keywords:
......
...@@ -6,7 +6,7 @@ image: ...@@ -6,7 +6,7 @@ image:
tag: "1.5-alpine" tag: "1.5-alpine"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Configure the telegraf daemonset here. ## Configure the telegraf daemonset here.
## Resource limits and outputs can be set seperately ## Resource limits and outputs can be set separately
daemonset: daemonset:
enabled: true enabled: true
## Configure resource requests and limits ## Configure resource requests and limits
...@@ -129,7 +129,7 @@ daemonset: ...@@ -129,7 +129,7 @@ daemonset:
bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token" bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify: true insecure_skip_verify: true
## Configure the telegraf single instance here. ## Configure the telegraf single instance here.
## Resource limits and outputs can be set seperately ## Resource limits and outputs can be set separately
single: single:
enabled: true enabled: true
## Configure resource requests and limits ## Configure resource requests and limits
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment