Skip to content

Commit 573b3c7

Browse files
committed
MATRIX_TOKEN
1 parent 58ac837 commit 573b3c7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

charts/webhook/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: webhook
3-
version: 0.0.5
3+
version: 0.0.6

charts/webhook/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ spec:
3131
value: "{{ .Values.matrix.password }}"
3232
- name: API_KEY
3333
value: "{{ .Values.matrix.apiKey }}"
34+
{{- if .Values.matrix.token }}
35+
- name: MATRIX_TOKEN
36+
value: "{{ .Values.matrix.token }}"
37+
{{- end }}
3438
ports:
3539
- containerPort: 4785
3640
name: webhook

charts/webhook/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ matrix:
1212
id: ""
1313
password: ""
1414
apiKey: ""
15+
token: ""
1516
ingress:
1617
host: ""

0 commit comments

Comments
 (0)