Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove by default empty allowedFlexVolumes #981

Merged
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: 'deprecation'
jinja2 marked this conversation as resolved.
Show resolved Hide resolved
component: 'chart'
note: "Remove by default empty allowedFlexVolumes"
issues: []
jinja2 marked this conversation as resolved.
Show resolved Hide resolved
jinja2 marked this conversation as resolved.
Show resolved Hide resolved
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
Loading