Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Nov 22, 2024
1 parent b97e1f2 commit 0509f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/memgraph/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
command: ['sh', '-c', 'sysctl -w vm.max_map_count=65530']
securityContext:
privileged: true
runAsUser: 0
runAsUser: 0
{{- end }}
terminationGracePeriodSeconds: {{ .Values.container.terminationGracePeriodSeconds }}
securityContext:
Expand Down

0 comments on commit 0509f4c

Please sign in to comment.