Skip to content

Commit

Permalink
Set privileged true to container (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Jul 20, 2023
1 parent 7e991cb commit bccba4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
containers:
- name: kubelogreader
image: "{{ .Values.image.repository }}:{{ .Values.image.tag}}"
securityContext:
privileged: true
volumeMounts:
- name: config
mountPath: /opt/teragrep/k8s_01/etc
Expand Down

0 comments on commit bccba4f

Please sign in to comment.