Skip to content

Commit

Permalink
integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Sep 16, 2021
1 parent fdd2fdc commit 798afee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helmfile.d/config/matrixbot-ack.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ image:

config:
matrix:
homeserver: {{ env "MATRIX_HOMESERVER" }}
username: {{ env "MATRIX_USERNAME" }}
password: {{ env "MATRIX_PASSWORD" }}
homeserver: {{ env "MATRIX_HOMESERVER" | quote }}
username: {{ env "MATRIX_USERNAME" | quote }}
password: {{ env "MATRIX_PASSWORD" | quote }}
device_name: cicd-test
device_id: {{ env "MATRIX_DEVICE_ID_CICD" }}
device_id: {{ env "MATRIX_DEVICE_ID_CICD" | quote }}
rooms:
- {{ env "ESCALATION_ROOM_2" }}
- {{ env "ESCALATION_ROOM_2" | quote }}

0 comments on commit 798afee

Please sign in to comment.