File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : slaking
33description : A Kubernetes service that monitors workloads for annotations and sends filtered logs to Slack channels
44type : application
5- version : 1.0.3
6- appVersion : " 1.0.3 "
5+ version : 1.0.4
6+ appVersion : " 1.0.4 "
77keywords :
88 - kubernetes
99 - slack
Original file line number Diff line number Diff line change @@ -130,13 +130,6 @@ spec:
130130 value : {{ $value | quote }}
131131 {{- end }}
132132 {{- 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 }}
140133 {{- if .Values.configMap.create }}
141134 - name : CONFIG_PATH
142135 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:
138138
139139# Environment variables
140140env :
141- # SLACK_TOKEN: ""
141+ SLACK_TOKEN : " "
142142 # SLACK_DEFAULT_CHANNEL: ""
143143 # SLACK_RATE_LIMIT: ""
144144 # K8S_NAMESPACES: ""
@@ -150,14 +150,6 @@ env:
150150 NODE_ENV : " production"
151151 CONFIG_PATH : " /app/config/config.json"
152152
153- # Secret configuration
154- secret :
155- create : false
156- name : " "
157- type : Opaque
158- data :
159- " slack-token " : " "
160-
161153# ConfigMap configuration
162154configMap :
163155 create : true
You can’t perform that action at this time.
0 commit comments