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 240a5f94215..465a2bd1fdf 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