Skip to content

Commit

Permalink
Allow volumes to sync with restricted. (#41)
Browse files Browse the repository at this point in the history
* Added volumetypes to PSP to prevent issue spinning pods as described at: giantswarm/roadmap#259 (comment).

* Forgot changelog..
  • Loading branch information
Strigix authored Feb 28, 2023
1 parent 9e20605 commit cadd3b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- add the use of the runtime/default seccomp profile.

### Changed

- Allowed more volumes in the PSP, to sync with restricted PSP and prevent pod run issues.

## [0.1.2] - 2022-08-05

## [0.1.1] - 2022-06-28
Expand Down
7 changes: 7 additions & 0 deletions helm/deletion-blocker-operator/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ spec:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
volumes:
- emptyDir
- secret
- downwardAPI
- configMap
- persistentVolumeClaim
- projected
allowPrivilegeEscalation: false
hostNetwork: false
hostIPC: false
Expand Down

0 comments on commit cadd3b8

Please sign in to comment.