Skip to content

Commit

Permalink
Merge pull request #190 from giantswarm/fix-psp-role-in-promtail
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus authored Jan 25, 2021
2 parents fd48cff + 6660d03 commit f016a64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/promtail/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: promtail
description: Promtail is an agent which ships the contents of local logs to a Loki instance
type: application
appVersion: 2.1.0
version: 3.0.2
version: 3.0.3
home: https://grafana.com/loki
sources:
- https://github.com/grafana/loki
Expand Down
2 changes: 1 addition & 1 deletion charts/promtail/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# promtail

![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square)
![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square)

Promtail is an agent which ships the contents of local logs to a Loki instance

Expand Down
2 changes: 1 addition & 1 deletion charts/promtail/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "promtail.labels" . | nindent 4 }}
rules:
- apiGroups:
- extensions
- policy
resources:
- podsecuritypolicies
verbs:
Expand Down
4 changes: 2 additions & 2 deletions charts/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ extraPorts: {}
# -- PodSecurityPolicy configuration.
# @default -- See `values.yaml`
podSecurityPolicy:
privileged: false
allowPrivilegeEscalation: false
privileged: true
allowPrivilegeEscalation: true
volumes:
- 'secret'
- 'hostPath'
Expand Down

0 comments on commit f016a64

Please sign in to comment.