From 6c47f04248a7e662976bb4d1c10449162636a2b1 Mon Sep 17 00:00:00 2001
From: Lubomir Dolezal <lubomir.bucek@eox.at>
Date: Wed, 9 Mar 2022 15:45:35 +0100
Subject: [PATCH] fix typo

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

diff --git a/charts/vs-registrar/files/registrar-config.yaml b/charts/vs-registrar/files/registrar-config.yaml
index 718cee3..e1f7107 100644
--- a/charts/vs-registrar/files/registrar-config.yaml
+++ b/charts/vs-registrar/files/registrar-config.yaml
@@ -41,7 +41,7 @@ backends:
       product_types:
       {{- range $prod_type_val := .Values.global.productTypes -}}
       {{- $prod_type_val := unset $prod_type_val "browses" }}
-      {{- $prod_type_val := unset $prod_type_val "default_browse" }}
+      {{- $prod_type_val := unset $prod_type_val "defaultBrowse" }}
       -{{- toYaml $prod_type_val | nindent 10 -}}
       {{- end -}}
   {{- end }}
-- 
GitLab