Skip to content

Commit

Permalink
NDEV-17930: set allowPrivilegeEscalation to false even if securityCon…
Browse files Browse the repository at this point in the history
…text is not defined (#103)

* NDEV-17930: Fix typo in URL

* NDEV-17930: set allowPrivilegeEscalation to false even if securityContext is not defined
  • Loading branch information
suhasgummanirmata authored Nov 28, 2023
1 parent 6a44f8d commit 789c79d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ spec:
containers:
- (name): "{{ element.name }}"
securityContext:
(allowPrivilegeEscalation): true
allowPrivilegeEscalation: false
initContainers:
- (name): "{{ element.name }}"
securityContext:
(allowPrivilegeEscalation): true
allowPrivilegeEscalation: false
ephemeralContainers:
- (name): "{{ element.name }}"
securityContext:
(allowPrivilegeEscalation): true
allowPrivilegeEscalation: false

0 comments on commit 789c79d

Please sign in to comment.