EOX GitLab Instance

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

Fixed helm value key

parent 36f43a91
No related branches found
No related tags found
No related merge requests found
Pipeline #19263 passed
......@@ -122,10 +122,10 @@ if python3 manage.py id check {{ index (keys $.Values.global.collections) 0 | qu
{{- range $collection_name, $collection := $.Values.global.collections }}
python3 manage.py collectiontype create "{{ $collection_name }}_type" \
{{- range $coverage_type := $collection.coverageTypes }}
{{- range $coverage_type := $collection.coverage_types }}
--coverage-type {{ $coverage_type | quote }} \
{{- end }}
{{- range $product_type_name := $collection.productTypes }}
{{- range $product_type_name := $collection.product_types }}
--product-type {{ $product_type_name | quote }} \
{{- end }}
--traceback
......
......@@ -122,10 +122,10 @@ if python3 manage.py id check {{ index (keys $.Values.global.collections) 0 | qu
{{- range $collection_name, $collection := $.Values.global.collections }}
python3 manage.py collectiontype create "{{ $collection_name }}_type" \
{{- range $coverage_type := $collection.coverageTypes }}
{{- range $coverage_type := $collection.coverage_types }}
--coverage-type {{ $coverage_type | quote }} \
{{- end }}
{{- range $product_type_name := $collection.productTypes }}
{{- range $product_type_name := $collection.product_types }}
--product-type {{ $product_type_name | quote }} \
{{- end }}
--traceback
......
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