Skip to content

Commit d141766

Browse files
committed
build(helm): Trainer - fix helm test
1 parent 8a9163f commit d141766

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

deployment/kubernetes/charts/medcat-trainer-helm/templates/tests/test-connection.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ spec:
1010
containers:
1111
- name: wget
1212
image: busybox
13-
command: ['wget', '-q', '--spider']
14-
args:
15-
- 'http://{{ include "medcat-trainer-helm.fullname" . }}-medcat-trainer:{{ .Values.service.port }}/nginx/health/live'
16-
- '-U'
17-
- 'helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}'
13+
command: ['wget']
14+
args: ['{{ include "medcat-trainer-helm.fullname" . }}-medcat-trainer:{{ .Values.service.port }}/nginx/health/live', '-U helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}']
1815
restartPolicy: Never

0 commit comments

Comments
 (0)