Skip to content

Commit

Permalink
Add emptyDir volume type to promtail PSP (grafana#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenReitsma authored Jul 21, 2020
1 parent fd7ac7b commit 7b575c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion production/helm/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: promtail
version: 0.23.3
version: 0.23.4
appVersion: v1.5.0
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
Expand Down
1 change: 1 addition & 0 deletions production/helm/promtail/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
- 'hostPath'
- 'projected'
- 'downwardAPI'
- 'emptyDir'
hostNetwork: false
hostIPC: false
hostPID: false
Expand Down

0 comments on commit 7b575c9

Please sign in to comment.