helm: use values in test connection pod image (#1536)

Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Michele Zanotti
2026-01-17 14:14:55 +01:00
committed by GitHub
parent 3012119b81
commit 28e2af0829
@@ -9,7 +9,8 @@ metadata:
spec:
containers:
- name: wget
image: busybox
image: "{{ .Values.initStep.image.repository }}:{{ .Values.initStep.image.tag }}"
imagePullPolicy: {{ .Values.initStep.image.pullPolicy }}
command: ['wget']
args: ['-O', '/dev/null', '{{ include "rustfs.fullname" . }}-svc:{{ .Values.service.endpoint.port }}/health']
restartPolicy: Never