We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2f30a commit 8b4e175Copy full SHA for 8b4e175
1 file changed
deployment/kubernetes/charts/medcat-trainer-helm/templates/tests/test-connection.yaml
@@ -11,5 +11,5 @@ spec:
11
- name: wget
12
image: busybox
13
command: ['wget']
14
- args: ['{{ include "medcat-trainer-helm.fullname" . }}-nginx:{{ .Values.service.port }}/nginx/health/live', '-U helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}']
+ args: ['{{ include "medcat-trainer-helm.fullname" . }}:{{ .Values.service.port }}/nginx/health/live', '-U helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}']
15
restartPolicy: Never
0 commit comments