From 312100fb26ee44ca71cd07593758e55ca484497c Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 27 Nov 2020 00:02:38 +0500 Subject: [PATCH] Update service name for test --- test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml b/test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml index 240a5f9421..465a2bd1fd 100644 --- a/test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml +++ b/test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml @@ -12,6 +12,6 @@ spec: - nc args: - "-vz" - - "{{ .Release.Name }}-ix-chart" + - "{{ include "ix-chart.fullname" . }}" - "80" restartPolicy: Never