We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b3c7 commit 3fd654eCopy full SHA for 3fd654e
charts/webhook/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: webhook
3
-version: 0.0.6
+version: 0.0.7
charts/webhook/templates/deployment.yaml
@@ -27,8 +27,10 @@ spec:
27
value: "https://{{ .Values.ingress.host }}"
28
- name: MATRIX_ID
29
value: "{{ .Values.matrix.id }}"
30
+ {{- if .Values.matrix.password }}
31
- name: MATRIX_PW
32
value: "{{ .Values.matrix.password }}"
33
+ {{- end }}
34
- name: API_KEY
35
value: "{{ .Values.matrix.apiKey }}"
36
{{- if .Values.matrix.token }}
0 commit comments