From 55ffcd37431420c9ae032ee0e5704c30261fe7ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lubomir=20Dole=C5=BEal?= <lubomir.bucek@eox.at>
Date: Mon, 11 Apr 2022 11:19:12 +0200
Subject: [PATCH] do not remove browses key from registrar config

---
 charts/vs-registrar/files/registrar-config.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/charts/vs-registrar/files/registrar-config.yaml b/charts/vs-registrar/files/registrar-config.yaml
index 30a4cd5..a26506e 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 -}}
-- 
GitLab