Skip to content

Commit 3fd654e

Browse files
committed
debhook
1 parent 573b3c7 commit 3fd654e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.6
3+
version: 0.0.7

charts/webhook/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ spec:
2727
value: "https://{{ .Values.ingress.host }}"
2828
- name: MATRIX_ID
2929
value: "{{ .Values.matrix.id }}"
30+
{{- if .Values.matrix.password }}
3031
- name: MATRIX_PW
3132
value: "{{ .Values.matrix.password }}"
33+
{{- end }}
3234
- name: API_KEY
3335
value: "{{ .Values.matrix.apiKey }}"
3436
{{- if .Values.matrix.token }}

0 commit comments

Comments
 (0)