From bda8a1c25070678e6efd22003e398691404c832f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 9 Oct 2021 23:07:53 -0700 Subject: feat: switch to kustomize from helm --- grumpy/cgit/templates/tests/test-connection.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 grumpy/cgit/templates/tests/test-connection.yaml (limited to 'grumpy/cgit/templates/tests/test-connection.yaml') diff --git a/grumpy/cgit/templates/tests/test-connection.yaml b/grumpy/cgit/templates/tests/test-connection.yaml deleted file mode 100644 index a1a9905..0000000 --- a/grumpy/cgit/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "cgit.fullname" . }}-test-connection" - labels: -{{ include "cgit.labels" . | indent 4 }} - annotations: - "helm.sh/hook": test-success -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "cgit.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never -- cgit v1.2.3