aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/templates/tests/test-connection.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--grumpy/static-files/templates/tests/test-connection.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/grumpy/static-files/templates/tests/test-connection.yaml b/grumpy/static-files/templates/tests/test-connection.yaml
deleted file mode 100644
index b6b36f5..0000000
--- a/grumpy/static-files/templates/tests/test-connection.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-apiVersion: v1
-kind: Pod
-metadata:
- name: "{{ include "static-files.fullname" . }}-test-connection"
- labels:
-{{ include "static-files.labels" . | indent 4 }}
- annotations:
- "helm.sh/hook": test-success
-spec:
- containers:
- - name: wget
- image: busybox
- command: ['wget']
- args: ['{{ include "static-files.fullname" . }}:{{ .Values.service.port }}']
- restartPolicy: Never