Skip to content

Commit

Permalink
Add missing seLinuxLevel
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Stankiewicz <[email protected]>
  • Loading branch information
pstankie authored and fredg02 committed Jan 29, 2025
1 parent 3642d24 commit 9167ad4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion instances/technology.swtimagej/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
project+: {
fullName: "technology.swtimagej",
displayName: "Eclipse SWTImageJ",
}
},
seLinuxLevel: "s0:c48,c37",
}
1 change: 1 addition & 0 deletions instances/technology.swtimagej/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c48,c37",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
7 changes: 6 additions & 1 deletion instances/technology.swtimagej/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "250m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c48,c37",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down

0 comments on commit 9167ad4

Please sign in to comment.