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.
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.