Skip to content

Commit 962a35f

Browse files
committed
remove tests for mapfishapp
1 parent 5e3eb6a commit 962a35f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

templates/tests/webapps-test.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,6 @@ spec:
106106
args: ['http://{{ include "georchestra.fullname" . }}-header-svc:8080/header/']
107107
restartPolicy: Never
108108
{{- end }}
109-
{{- if .Values.georchestra.webapps.mapfishapp.enabled -}}
110-
---
111-
apiVersion: v1
112-
kind: Pod
113-
metadata:
114-
name: "{{ include "georchestra.fullname" . }}-test-mapfishapp"
115-
labels:
116-
{{- include "georchestra.labels" . | nindent 4 }}
117-
org.georchestra.pod/purpose: test
118-
annotations:
119-
"helm.sh/hook": test
120-
spec:
121-
containers:
122-
- name: curl
123-
image: curlimages/curl
124-
args: ['http://{{ include "georchestra.fullname" . }}-mapfishapp-svc:8080/mapfishapp/']
125-
restartPolicy: Never
126-
{{- end }}
127109
{{- if .Values.georchestra.webapps.mapstore.enabled -}}
128110
---
129111
apiVersion: v1

0 commit comments

Comments
 (0)