From d469c6711949c045adc60ece1b10cc3ab1fbbb4e Mon Sep 17 00:00:00 2001 From: seemywings Date: Thu, 23 May 2024 14:36:36 +0100 Subject: [PATCH] rm test templates --- helm/templates/tests/test-connection.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 helm/templates/tests/test-connection.yaml diff --git a/helm/templates/tests/test-connection.yaml b/helm/templates/tests/test-connection.yaml deleted file mode 100644 index 7a66791..0000000 --- a/helm/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "pluralia.fullname" . }}-test-connection" - labels: - {{- include "pluralia.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "pluralia.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never