We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8bb9e commit 64b690bCopy full SHA for 64b690b
1 file changed
helm/generic-helm-chart/tests/deployment_test.yaml
@@ -305,7 +305,7 @@ tests:
305
asserts:
306
- equal:
307
path: spec.template.spec.containers[0].startupProbe.httpGet.path
308
- value: /healthz
+ value: /health/startup
309
310
path: spec.template.spec.containers[0].startupProbe.httpGet.port
311
value: probes
@@ -325,7 +325,7 @@ tests:
325
326
327
path: spec.template.spec.containers[0].readinessProbe.httpGet.path
328
+ value: /health/ready
329
330
path: spec.template.spec.containers[0].readinessProbe.httpGet.port
331
0 commit comments