Mini-mirror: Add pod/container security context

pods are running into crashloopbackoff state so changing it to false

Change-Id: I7edad3b2a8b0962ef5421e941dfaf7c680bc951c
This commit is contained in:
Prateek Dodda 2020-02-24 13:23:36 -06:00 committed by Jagan Mohan Kavva
parent 95aca2090f
commit 1c2d9373f2
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ pod:
runAsUser: 1000
container:
mini_mirror_api:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
runAsUser: 0
resources:
enabled: false
api: