We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f3f28 commit 96cc89eCopy full SHA for 96cc89e
wiz-outpost-lite/values.yaml
@@ -75,21 +75,29 @@ serviceAccount:
75
create: false
76
77
podSecurityContext: {}
78
-containerSecurityContext:
79
- capabilities:
80
- add:
81
- - SYS_ADMIN
82
- seLinuxOptions:
83
- type: spc_t
+containerSecurityContext: {}
+
84
85
# Runner type definitions - these define defaults for each type of runner
86
container-registry-runner:
87
image:
88
name: outpost-lite-runner-container-registry
+ containerSecurityContext:
+ capabilities:
+ add:
+ - SYS_ADMIN
89
+ seLinuxOptions:
90
+ type: spc_t
91
92
vcs-runner:
93
94
name: outpost-lite-runner-vcs
95
96
97
98
99
100
101
102
remediation-runner:
103
0 commit comments