File tree Expand file tree Collapse file tree 4 files changed +3
-36
lines changed Expand file tree Collapse file tree 4 files changed +3
-36
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : slaking
3
3
description : A Kubernetes service that monitors workloads for annotations and sends filtered logs to Slack channels
4
4
type : application
5
- version : 1.0.3
6
- appVersion : " 1.0.3 "
5
+ version : 1.0.4
6
+ appVersion : " 1.0.4 "
7
7
keywords :
8
8
- kubernetes
9
9
- slack
Original file line number Diff line number Diff line change @@ -130,13 +130,6 @@ spec:
130
130
value : {{ $value | quote }}
131
131
{{- end }}
132
132
{{- end }}
133
- {{- if .Values.secret.create }}
134
- - name : SLACK_TOKEN
135
- valueFrom :
136
- secretKeyRef :
137
- name : {{ include "slaking.fullname" . }}-secrets
138
- key : " slack-token"
139
- {{- end }}
140
133
{{- if .Values.configMap.create }}
141
134
- name : CONFIG_PATH
142
135
value : " /app/config/config.json"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ config:
138
138
139
139
# Environment variables
140
140
env :
141
- # SLACK_TOKEN: ""
141
+ SLACK_TOKEN : " "
142
142
# SLACK_DEFAULT_CHANNEL: ""
143
143
# SLACK_RATE_LIMIT: ""
144
144
# K8S_NAMESPACES: ""
@@ -150,14 +150,6 @@ env:
150
150
NODE_ENV : " production"
151
151
CONFIG_PATH : " /app/config/config.json"
152
152
153
- # Secret configuration
154
- secret :
155
- create : false
156
- name : " "
157
- type : Opaque
158
- data :
159
- " slack-token " : " "
160
-
161
153
# ConfigMap configuration
162
154
configMap :
163
155
create : true
You can’t perform that action at this time.
0 commit comments