Skip to content

Commit

Permalink
fix permissions for EFS volume mountpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan Damian committed Jan 25, 2021
1 parent d4a04f6 commit e441299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nominatim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nominatim
description: Helm chart for Nominatim
type: application
version: 0.0.4
version: 0.0.5
appVersion: "3.4"
keywords:
- maps
Expand Down
4 changes: 3 additions & 1 deletion charts/nominatim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ securityContext: {}
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# runAsUser: 101
fsGroup: 101


service:
type: NodePort
Expand Down

0 comments on commit e441299

Please sign in to comment.