Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

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

Merged
merged 2 commits into from
Jun 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/kapacitor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.
Expand Down
5 changes: 5 additions & 0 deletions stable/kapacitor/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- jackzampolin
reviewers:
- jackzampolin
- deepaksood619
3 changes: 3 additions & 0 deletions stable/kapacitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down