diff --git a/charts/kubernetes-dashboard/values.yaml b/charts/kubernetes-dashboard/values.yaml
index cc7db3f365c9..1ff579b61f27 100644
--- a/charts/kubernetes-dashboard/values.yaml
+++ b/charts/kubernetes-dashboard/values.yaml
@@ -84,6 +84,8 @@ app:
# resourceAutoRefreshTimeInterval: 10
# # Hide all access denied warnings in the notification panel
# disableAccessDeniedNotifications: false
+ # # Hide all namespaces option in namespace selection dropdown to avoid accidental selection in large clusters thus preventing OOM errors
+ # hideAllNamespaces: false
# # Namespace that should be selected by default after logging in.
# defaultNamespace: default
# # List of namespaces that should be presented to user without namespace list privileges.
diff --git a/modules/web/i18n/de/messages.de.xlf b/modules/web/i18n/de/messages.de.xlf
index 738785464d63..036f36645b5a 100644
--- a/modules/web/i18n/de/messages.de.xlf
+++ b/modules/web/i18n/de/messages.de.xlf
@@ -2672,6 +2672,14 @@
Owner Owner
+
+ Hide All Namespaces option
+ Hide All Namespaces option
+
+
+ Hides all-namespaces option from the namespaces dropdown list in UI.
+ Hides all-namespaces option from the namespaces dropdown list in UI.
+