We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ac837 commit 573b3c7Copy full SHA for 573b3c7
3 files changed
charts/webhook/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: webhook
3
-version: 0.0.5
+version: 0.0.6
charts/webhook/templates/deployment.yaml
@@ -31,6 +31,10 @@ spec:
31
value: "{{ .Values.matrix.password }}"
32
- name: API_KEY
33
value: "{{ .Values.matrix.apiKey }}"
34
+ {{- if .Values.matrix.token }}
35
+ - name: MATRIX_TOKEN
36
+ value: "{{ .Values.matrix.token }}"
37
+ {{- end }}
38
ports:
39
- containerPort: 4785
40
charts/webhook/values.yaml
@@ -12,5 +12,6 @@ matrix:
12
id: ""
13
password: ""
14
apiKey: ""
15
+ token: ""
16
ingress:
17
host: ""
0 commit comments