Skip to content

Commit e5946b1

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wrongsecrets-balancer/src/kubernetes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,9 +1074,9 @@ const createDesktopDeploymentForTeam = async ({ team, passcodeHash }) => {
10741074
spec: {
10751075
serviceAccountName: 'webtop-sa',
10761076
securityContext: {
1077-
runAsUser: 2000,
1078-
runAsGroup: 2000,
1079-
fsGroup: 2000,
1077+
runAsUser: 1000,
1078+
runAsGroup: 1000,
1079+
fsGroup: 1000,
10801080
},
10811081
containers: [
10821082
{

0 commit comments

Comments
 (0)