Skip to content

Commit

Permalink
Remove by default empty allowedFlexVolumes (#981)
Browse files Browse the repository at this point in the history
* Remove by default empty allowedFlexVolumes

* Add changelog

* Update securityContextConstraints.yaml

From make render

* Apply suggestions to changelog from code review

* Update .chloggen/featureremovedefaultallowedFlexVolumes.yaml

* Update .chloggen/featureremovedefaultallowedFlexVolumes.yaml

---------

Co-authored-by: Jina Jain <[email protected]>
Co-authored-by: Jina Jain <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 0f34635 commit 94f02c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .chloggen/featureremovedefaultallowedFlexVolumes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change_type: 'bug_fix'
component: 'chart'
note: "Remove by default empty allowedFlexVolumes"
issues: [981]
subtext: "Removed the allowedFlexVolumes empty field since it does not provide any default additional benefits for the users."
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ allowHostPID: true
allowHostPorts: true
allowPrivilegedContainer: false
allowedCapabilities: []
allowedFlexVolumes: []
defaultAddCapabilities: []
fsGroup:
type: MustRunAs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ seLinuxContext:
role: "system_r"
type: "spc_t"
level: "s0"
allowedFlexVolumes: []
allowedCapabilities: []
defaultAddCapabilities: []
fsGroup:
Expand Down

0 comments on commit 94f02c7

Please sign in to comment.