Is your feature request related to a problem? Please describe.
When running kubectl advise-psp inspect -n test_namespace and that pod requires a projected volumeType of some kind, the psp generated is not included in the list of volumes: in the generated yaml.
Describe the solution you'd like
If a volumeType of projected is detected in the spec its read write property and type should be listed in the psp generated i
Describe alternatives you've considered
No other alternatives were considered other than having to debug the missing pieces while getting the amazon-cloudwatch-agent and fluentbitd daemonsets running in their namespace.
Is your feature request related to a problem? Please describe.
When running
kubectl advise-psp inspect -n test_namespaceand that pod requires aprojectedvolumeType of some kind, the psp generated is not included in the list ofvolumes:in the generated yaml.Describe the solution you'd like
If a volumeType of
projectedis detected in the spec its read write property and type should be listed in the psp generated iDescribe alternatives you've considered
No other alternatives were considered other than having to debug the missing pieces while getting the amazon-cloudwatch-agent and fluentbitd daemonsets running in their namespace.