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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user