Skip to content

Commit

Permalink
remove brackets for securityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan Damian committed Jan 25, 2021
1 parent e441299 commit 24f92c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nominatim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ serviceAccount:
podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 101

securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
Expand Down

0 comments on commit 24f92c1

Please sign in to comment.