Merge pull request #2898 from grafana/iskhakov/fix-helm-unittests
Iskhakov/fix helm unittests
This commit is contained in:
commit
edbd702cce
2 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ telegramPolling.enabled=true -> should create telegram polling deployment:
|
|||
value: amqp
|
||||
- name: RABBITMQ_VHOST
|
||||
value: ""
|
||||
image: grafana/oncall:v1.3.20
|
||||
image: grafana/oncall:v1.2.36
|
||||
imagePullPolicy: Always
|
||||
name: telegram-polling
|
||||
securityContext: {}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ templates:
|
|||
- telegram-polling/deployment.yaml
|
||||
release:
|
||||
name: oncall
|
||||
chart:
|
||||
appVersion: v1.2.36
|
||||
tests:
|
||||
- it: telegramPolling.enabled=false -> should not create deployment (default)
|
||||
asserts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue