Skip to content

Commit 8a416ae

Browse files
committed
Feat(#199): initial test setup for restrictes PSS/PSA with K8s 1.25 now with contexts for the webtop
1 parent 0eb3672 commit 8a416ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wrongsecrets-balancer/src/kubernetes.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,11 @@ const createDesktopDeploymentForTeam = async ({ team, passcodeHash }) => {
10731073
},
10741074
spec: {
10751075
serviceAccountName: 'webtop-sa',
1076+
securityContext: {
1077+
runAsUser: 2000,
1078+
runAsGroup: 2000,
1079+
fsGroup: 2000,
1080+
},
10761081
containers: [
10771082
{
10781083
name: 'virtualdesktop',

0 commit comments

Comments
 (0)