K8s: expose namespace in frontend_settings (#78090)
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
This commit is contained in:
co-authored by
Todd Treece
parent
1be1432926
commit
ea37a116f7
@@ -230,6 +230,9 @@ type FrontendSettingsDTO struct {
|
||||
|
||||
LoginError string `json:"loginError,omitempty"`
|
||||
|
||||
// The K8s namespace to use for this user
|
||||
Namespace string `json:"namespace,omitempty"`
|
||||
|
||||
PluginsCDNBaseURL string `json:"pluginsCDNBaseURL,omitempty"`
|
||||
|
||||
SqlConnectionLimits FrontendSettingsSqlConnectionLimitsDTO `json:"sqlConnectionLimits"`
|
||||
|
||||
Reference in New Issue
Block a user