From 4ab3e9274669fcccbad2b3e22d63d74200082d0d Mon Sep 17 00:00:00 2001 From: bsgrigorov Date: Mon, 31 Jul 2023 17:03:34 +0300 Subject: [PATCH] Fixed test connection --- charts/omnirpc/templates/tests/test-connection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/omnirpc/templates/tests/test-connection.yaml b/charts/omnirpc/templates/tests/test-connection.yaml index 9a0f29fbe4..1450f647bb 100644 --- a/charts/omnirpc/templates/tests/test-connection.yaml +++ b/charts/omnirpc/templates/tests/test-connection.yaml @@ -11,5 +11,5 @@ spec: - name: wget image: busybox command: ['wget'] - args: ['{{ include "omnirpc.fullname" . }}:{{ index .Values.service.ports 0.port }}/health-check'] + args: ['{{ include "omnirpc.fullname" . }}:{{ index .Values.service.ports 0 "port" }}/health-check'] restartPolicy: Never