topolvm / pvc-autoresizer

Auto-resize PersistentVolumeClaim objects based on Prometheus metrics
Apache License 2.0
250 stars 29 forks source link

feat: support securityContext and podSecurityContext configuration #265

Closed wparr-circle closed 4 months ago

wparr-circle commented 5 months ago

Fixes https://github.com/topolvm/pvc-autoresizer/issues/264

Adds two new helm values controller.securityContext, and controller.podSecurityContext - these correspond to Container level Security Context and Pod level Security Context respectively. This may be leveraged to setup a security context complaint with pod security standards etc.

wparr-circle commented 5 months ago

Could you please update the README using this guide? Thanks!

@ushitora-anqou my bad! I've pushed the updated readme in befc39d Thanks!