From 07a9a7e4e8475af4529c02ab239ea923a26eadca Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 5 Dec 2023 10:50:48 +0100 Subject: [PATCH] chore(helm): removing assist-stats test connection --- .../templates/tests/test-connection.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scripts/helmcharts/openreplay/charts/assist-stats/templates/tests/test-connection.yaml diff --git a/scripts/helmcharts/openreplay/charts/assist-stats/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/assist-stats/templates/tests/test-connection.yaml deleted file mode 100644 index 7c153bd17..000000000 --- a/scripts/helmcharts/openreplay/charts/assist-stats/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "assist-stats.fullname" . }}-test-connection" - labels: - {{- include "assist-stats.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "assist-stats.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never