metal-stack / gardener-extension-provider-metal

Implementation of the gardener-extension-controller for metal-stack
MIT License
24 stars 11 forks source link

CSI Benchmark Issue regarding Clusterrole of csi-lvm #200

Open majst01 opened 3 years ago

majst01 commented 3 years ago

It should be listed explicitly which verbs on the pods should be possible for the csi-lvm instead of wildcard(*).

This is set actually here: https://github.com/metal-stack/gardener-extension-provider-metal/blob/master/charts/internal/shoot-storageclasses/templates/storageclasses.yaml I propose instead to limit this to:

create, delete, get, list, patch, update, watch