EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 5475ccab authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Use product types value from `global`

parent eb327b2c
No related branches found
Tags release-3.2.4
No related merge requests found
......@@ -99,7 +99,7 @@ if python3 manage.py id check {{ index (keys $.Values.global.collections) 0 | qu
{{- end }}
{{- end }}
{{- range $product_type := $.Values.productTypes | default dict }}
{{- range $product_type := $.Values.global.productTypes | default dict }}
python3 manage.py producttype create {{ $product_type.name | quote }} \
{{ range $coverage_type_name, $coverage_type := $product_type.coverages }}--coverage-type {{ $coverage_type_name | quote }} \
......
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