We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f729f commit ecb2e5aCopy full SHA for ecb2e5a
components/ws-manager-api/go/config/config.go
@@ -77,6 +77,8 @@ type ServiceConfiguration struct {
77
type Configuration struct {
78
// Namespace is the kubernetes namespace the workspace manager operates in
79
Namespace string `json:"namespace"`
80
+ // SecretsNamespace is the kubernetes namespace which contains workspace secrets
81
+ SecretsNamespace string `json:"secretsNamespace"`
82
// SchedulerName is the name of the workspace scheduler all pods are created with
83
SchedulerName string `json:"schedulerName"`
84
// SeccompProfile names the seccomp profile workspaces will use
0 commit comments