Skip to content

Commit

Permalink
Allow secret volume in falco-exporter PSP
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <[email protected]>
  • Loading branch information
Philip Schmid authored and poiana committed Oct 6, 2020
1 parent 27bcb77 commit b5804a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions falco-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This file documents all notable changes to `falco-exporter` Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v0.3.7

### Minor Changes

* Fixed falco-exporter PSP by allowing secret volumes

## v0.3.6

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion falco-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.6
version: 0.3.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
1 change: 1 addition & 0 deletions falco-exporter/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ spec:
rule: RunAsAny
volumes:
- 'hostPath'
- 'secret'
{{- end -}}

0 comments on commit b5804a6

Please sign in to comment.