Skip to content

Commit 96cc89e

Browse files
committed
moved to vcs and registry
1 parent 48f3f28 commit 96cc89e

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

wiz-outpost-lite/values.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,29 @@ serviceAccount:
7575
create: false
7676

7777
podSecurityContext: {}
78-
containerSecurityContext:
79-
capabilities:
80-
add:
81-
- SYS_ADMIN
82-
seLinuxOptions:
83-
type: spc_t
78+
containerSecurityContext: {}
79+
8480

8581
# Runner type definitions - these define defaults for each type of runner
8682
container-registry-runner:
8783
image:
8884
name: outpost-lite-runner-container-registry
85+
containerSecurityContext:
86+
capabilities:
87+
add:
88+
- SYS_ADMIN
89+
seLinuxOptions:
90+
type: spc_t
8991

9092
vcs-runner:
9193
image:
9294
name: outpost-lite-runner-vcs
95+
containerSecurityContext:
96+
capabilities:
97+
add:
98+
- SYS_ADMIN
99+
seLinuxOptions:
100+
type: spc_t
93101

94102
remediation-runner:
95103
image:

0 commit comments

Comments
 (0)