diff --git a/charts/vs-registrar/files/registrar-config.yaml b/charts/vs-registrar/files/registrar-config.yaml index 30a4cd5d12f9bbd09746a4b5249320eaf0ed76dc..a26506e00c53907d2b9d160e8ea30d35c0cab45b 100644 --- a/charts/vs-registrar/files/registrar-config.yaml +++ b/charts/vs-registrar/files/registrar-config.yaml @@ -42,7 +42,6 @@ backends: instance_name: {{ .Values.config.eoxserverInstanceName }} product_types: {{- range $prod_type_val := .Values.global.productTypes -}} - {{- $prod_type_val := unset $prod_type_val "browses" }} {{- $prod_type_val := unset $prod_type_val "defaultBrowse" }} -{{- toYaml $prod_type_val | nindent 10 -}} {{- end -}}