Skip to content

Commit ecb2e5a

Browse files
committed
b
1 parent c5f729f commit ecb2e5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/ws-manager-api/go/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ type ServiceConfiguration struct {
7777
type Configuration struct {
7878
// Namespace is the kubernetes namespace the workspace manager operates in
7979
Namespace string `json:"namespace"`
80+
// SecretsNamespace is the kubernetes namespace which contains workspace secrets
81+
SecretsNamespace string `json:"secretsNamespace"`
8082
// SchedulerName is the name of the workspace scheduler all pods are created with
8183
SchedulerName string `json:"schedulerName"`
8284
// SeccompProfile names the seccomp profile workspaces will use

0 commit comments

Comments
 (0)