Skip to content

Commit

Permalink
try without privileged (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
lferran authored Jan 16, 2024
1 parent 14ca50a commit 00b9c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nucliadb/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: app
image: "{{ .Values.image }}:{{ .Values.imageVersion }}"
securityContext:
privileged: true
privileged: false
imagePullPolicy: {{ .Values.imagePullPolicy }}
livenessProbe:
failureThreshold: 5
Expand Down

0 comments on commit 00b9c74

Please sign in to comment.