Skip to content

Commit

Permalink
Updated user-demo chart values to use appropriate defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Xartos committed Nov 8, 2024
1 parent ca8c4be commit c789193
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions user-demo/deploy/welkin-user-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000

securityContext: {}
# capabilities:
# drop:
# - ALL
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: "RuntimeDefault"
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

service:
Expand Down

0 comments on commit c789193

Please sign in to comment.