EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 51e66c75 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

registrar config remove browses and default_browse

removed from supplied values when creating registrar config
parent 855a5d92
No related branches found
No related tags found
1 merge request!8registrar config remove browses and default_browse
Pipeline #20715 passed
......@@ -37,7 +37,11 @@ backends:
instance_base_path: /var/www/pvs/dev
instance_name: pvs_instance
product_types:
{{- toYaml .Values.global.productTypes | nindent 10 -}}
{{- range $prod_type_val := .Values.global.productTypes -}}
{{- $prod_type_val := unset $prod_type_val "browses" }}
{{- $prod_type_val := unset $prod_type_val "default_browse" }}
-{{- toYaml $prod_type_val | nindent 10 -}}
{{- end -}}
{{- end }}
{{- range .Values.config.backends }}
-{{ toYaml . | nindent 6 }}
......
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