diff --git a/templates/tests/cypress-test-nc-oo.yaml b/templates/tests/cypress-test-nc-oo.yaml index ac63bf1062e67d9fc949630156a8764ae6272f3d..833697f5b45f68886e27f275ef526408baae6258 100644 --- a/templates/tests/cypress-test-nc-oo.yaml +++ b/templates/tests/cypress-test-nc-oo.yaml @@ -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