소스 검색

Update service name for test

Waqar Ahmed 4 년 전
부모
커밋
312100fb26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml

+ 1 - 1
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