From a45a7780910b2517fa471b8d0a00de7fc8fa59c2 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 6 Mar 2025 17:12:08 +0100 Subject: [PATCH] tests deleted --- tatort/templates/tests/test-connection.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tatort/templates/tests/test-connection.yaml diff --git a/tatort/templates/tests/test-connection.yaml b/tatort/templates/tests/test-connection.yaml deleted file mode 100644 index e7ec09b..0000000 --- a/tatort/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "tatort.fullname" . }}-test-connection" - labels: - {{- include "tatort.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "tatort.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never