diff --git a/charts/vs-registrar/files/registrar-config.yaml b/charts/vs-registrar/files/registrar-config.yaml
index 718cee352fa7c9607c4920ea6861d3288b8cd75d..e1f71072bff70bb9d26ba82cfac094eb485bd05e 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 }}