We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9163f commit d141766Copy full SHA for d141766
1 file changed
deployment/kubernetes/charts/medcat-trainer-helm/templates/tests/test-connection.yaml
@@ -10,9 +10,6 @@ spec:
10
containers:
11
- name: wget
12
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 }}'
+ command: ['wget']
+ args: ['{{ include "medcat-trainer-helm.fullname" . }}-medcat-trainer:{{ .Values.service.port }}/nginx/health/live', '-U helm-test {{ .Chart.Name }}-v{{ .Chart.Version }}']
18
restartPolicy: Never
0 commit comments