Skip to content

Commit 8b4e175

Browse files
committed
build(helm): Trainer - fix helm test
1 parent 3d2f30a commit 8b4e175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ spec:
1111
- name: wget
1212
image: busybox
1313
command: ['wget']
14-
args: ['{{ include "medcat-trainer-helm.fullname" . }}-nginx:{{ .Values.service.port }}/nginx/health/live', '-U helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}']
14+
args: ['{{ include "medcat-trainer-helm.fullname" . }}:{{ .Values.service.port }}/nginx/health/live', '-U helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}']
1515
restartPolicy: Never

0 commit comments

Comments
 (0)