add:(admission-webhooks) ability to set securityContext for job-containers createSecret and patchWebhook (#9186)
Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no> Signed-off-by: ybelMekk <youssef.bel.mekki@nav.no>
This commit is contained in:
parent
a383cfc551
commit
ac1a3363bd
4 changed files with 12 additions and 4 deletions
|
|
@ -627,6 +627,8 @@ controller:
|
|||
type: ClusterIP
|
||||
|
||||
createSecretJob:
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 10m
|
||||
|
|
@ -636,6 +638,8 @@ controller:
|
|||
# memory: 20Mi
|
||||
|
||||
patchWebhookJob:
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
resources: {}
|
||||
|
||||
patch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue