Skip to content

Commit 64b690b

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent df8bb9e commit 64b690b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

helm/generic-helm-chart/tests/deployment_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ tests:
305305
asserts:
306306
- equal:
307307
path: spec.template.spec.containers[0].startupProbe.httpGet.path
308-
value: /healthz
308+
value: /health/startup
309309
- equal:
310310
path: spec.template.spec.containers[0].startupProbe.httpGet.port
311311
value: probes
@@ -325,7 +325,7 @@ tests:
325325
asserts:
326326
- equal:
327327
path: spec.template.spec.containers[0].readinessProbe.httpGet.path
328-
value: /healthz
328+
value: /health/ready
329329
- equal:
330330
path: spec.template.spec.containers[0].readinessProbe.httpGet.port
331331
value: probes

0 commit comments

Comments
 (0)