We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa0847 commit 5698df6Copy full SHA for 5698df6
2 files changed
charts/tidepool/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
description: A Helm chart for Tidepool
3
name: tidepool
4
-version: 0.23.0
+version: 0.24.0
5
maintainers:
6
- name: Todd Kazakov
7
email: todd@tidepool.org
charts/tidepool/charts/clinic/templates/7-serviceprofile.yaml
@@ -286,6 +286,11 @@ spec:
286
min: 400
287
max: 599
288
isFailure: true
289
+ - condition:
290
+ method: POST
291
+ pathRegex: /v1/clinics/[^/]*/merge
292
+ name: POST /v1/clinics/{clinicId}/merge
293
+ timeout: 1m
294
- condition:
295
method: POST
296
pathRegex: /v1/clinics/[^/]*/migrate
0 commit comments