Add note about environment overrides.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-26 07:17:27 -04:00
parent 57eb390845
commit 10f10cadeb

View File

@@ -30,6 +30,10 @@ class NamespaceDetailView(SingleObjectListView):
return {
'hide_object': True,
'object': self.get_namespace(),
'subtitle': _(
'Settings inherited from an environment variable take '
'precedence and cannot be changed in this view. '
),
'title': _('Settings in namespace: %s') % self.get_namespace(),
}