@@ -132,8 +132,8 @@ const createK8sDeploymentForTeam = async ({ team, passcodeHash }) => {
132
132
allowPrivilegeEscalation : false ,
133
133
readOnlyRootFilesystem : true ,
134
134
runAsNonRoot : true ,
135
- capabilities : { drop : [ ALL ] } ,
136
- seccompProfile : { type : RuntimeDefault } ,
135
+ capabilities : { drop : [ ' ALL' ] } ,
136
+ seccompProfile : { type : ' RuntimeDefault' } ,
137
137
} ,
138
138
env : [
139
139
{
@@ -388,8 +388,8 @@ const createAWSDeploymentForTeam = async ({ team, passcodeHash }) => {
388
388
allowPrivilegeEscalation : false ,
389
389
readOnlyRootFilesystem : true ,
390
390
runAsNonRoot : true ,
391
- capabilities : { drop : [ ALL ] } ,
392
- seccompProfile : { type : RuntimeDefault } ,
391
+ capabilities : { drop : [ ' ALL' ] } ,
392
+ seccompProfile : { type : ' RuntimeDefault' } ,
393
393
} ,
394
394
env : [
395
395
{
@@ -1096,8 +1096,8 @@ const createDesktopDeploymentForTeam = async ({ team, passcodeHash }) => {
1096
1096
allowPrivilegeEscalation : false ,
1097
1097
readOnlyRootFilesystem : true ,
1098
1098
runAsNonRoot : true ,
1099
- capabilities : { drop : [ ALL ] } ,
1100
- seccompProfile : { type : RuntimeDefault } ,
1099
+ capabilities : { drop : [ ' ALL' ] } ,
1100
+ seccompProfile : { type : ' RuntimeDefault' } ,
1101
1101
} ,
1102
1102
env : [ ...get ( 'virtualdesktop.env' , [ ] ) ] ,
1103
1103
envFrom : get ( 'virtualdesktop.envFrom' ) ,
0 commit comments