Skip to content

Commit

Permalink
Add projected and downwardAPI volume types to PodSecurityPolicy (graf…
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenReitsma authored Jul 17, 2020
1 parent 2eface4 commit 48d9a95
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion production/helm/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: fluent-bit
version: 0.1.4
version: 0.1.5
appVersion: v1.5.0
kubeVersion: "^1.10.0-0"
description: "Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki"
Expand Down
2 changes: 2 additions & 0 deletions production/helm/fluent-bit/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
- 'secret'
- 'configMap'
- 'hostPath'
- 'projected'
- 'downwardAPI'
hostNetwork: false
hostIPC: false
hostPID: false
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki
version: 0.30.1
version: 0.30.2
appVersion: v1.5.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
3 changes: 2 additions & 1 deletion production/helm/loki/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
- 'emptyDir'
- 'persistentVolumeClaim'
- 'secret'
- 'projected'
- 'downwardAPI'
hostNetwork: false
hostIPC: false
hostPID: false
Expand All @@ -37,4 +39,3 @@ spec:
requiredDropCapabilities:
- ALL
{{- end }}

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.2
version: 0.23.3
appVersion: v1.5.0
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
Expand Down
2 changes: 2 additions & 0 deletions production/helm/promtail/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
- 'secret'
- 'configMap'
- 'hostPath'
- 'projected'
- 'downwardAPI'
hostNetwork: false
hostIPC: false
hostPID: false
Expand Down

0 comments on commit 48d9a95

Please sign in to comment.