Skip to content
Snippets Groups Projects
Commit 8d95b461 authored by Syrine Neifar's avatar Syrine Neifar
Browse files

Fix cypress test

parent a3abcf8e
No related branches found
No related tags found
No related merge requests found
Pipeline #40026 failed with stages
in 1 hour and 16 seconds
......@@ -80,7 +80,7 @@ spec:
{{- end }}
{{- end }}
- name: INSTALLED_APPS
value: "{{ range .Values.apps }}{{ .name }},{{ end }}"
value: "{{- range $apps_type, $apps := .Values.apps }}{{- range $apps }}{{ .name }},{{ end }}{{ end }}"
volumeMounts:
- name: cypress-config
mountPath: /e2e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment