Commit b076c6ba authored by Deepak Sood's avatar Deepak Sood Committed by Kubernetes Prow Robot

[stable/kapacitor] Add owners file and add common used envVars to examples (#14622)

* 1. Add owners file 2. Bump version from 1.1.2 to 1.1.3 3. Add common used envVars to examples Signed-off-by: 's avatarDeepak Kumar Sood <deepaksood619@gmail.com> * new line at end of OWNERS file Signed-off-by: 's avatarDeepak Kumar Sood <deepaksood619@gmail.com>
parent f8faa7f6
apiVersion: v1
name: kapacitor
version: 1.1.2
version: 1.1.3
appVersion: 1.5.2
description: InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB.
......
approvers:
- jackzampolin
reviewers:
- jackzampolin
- deepaksood619
......@@ -42,12 +42,15 @@ resources:
## Set the environment variables for kapacitor (or anything else you want to use)
## ref: https://hub.docker.com/_/kapacitor/
## ref: https://docs.influxdata.com/kapacitor/latest/administration/configuration/
##
# Examples below
#
# envVars:
# KAPACITOR_SLACK_ENABLED: true
# KAPACITOR_SLACK_URL: "http://slack.com/xxxxx/xxxxx/xxxx/xxxxxxx"
# KAPACITOR_HTTP_LOG_ENABLED: true
# KAPACITOR_LOGGING_LEVEL: "INFO"
#
# or, at your terminal, with
#
......
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