Skip to content

Commit 196d43d

Browse files
author
Barkha Choithani
committed
set the default values for sec contx fields
1 parent 9b47dae commit 196d43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ serviceAccount:
104104
containerSecurityContext:
105105
enabled: true
106106
runAsUser: 1000
107-
runAsNonRoot: false
108-
allowPrivilegeEscalation: false
107+
runAsNonRoot: true
108+
allowPrivilegeEscalation: true
109109

110110
# Below are the advanced configurations, please understand read the reference before you make changes
111111

0 commit comments

Comments
 (0)