Enable security context by default (#2644)

We enable security context by default now, so that the fission pod do not have root access to the system.

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-11-29 10:44:30 +05:30
committed by GitHub
parent 8a3d8a4762
commit 0aec9e139e
2 changed files with 9 additions and 16 deletions
-7
View File
@@ -58,13 +58,6 @@ deploy:
# Use /var/log directory for kind logs export
terminationMessagePath: /var/log/termination-log
terminationMessagePolicy: FallbackToLogsOnError
executor.securityContext.enabled: true
router.securityContext.enabled: true
buildermgr.securityContext.enabled: true
controller.securityContext.enabled: true
kubewatcher.securityContext.enabled: true
webhook.securityContext.enabled: true
storagesvc.securityContext.enabled: true
controller.enabled: false
serviceMonitor.enabled: false
serviceMonitor.namespace: monitoring