fixed nonroot

This commit is contained in:
ston1th 2020-02-01 18:01:21 +01:00
commit b8f835eb3a
3 changed files with 10 additions and 4 deletions

View file

@ -13,7 +13,7 @@ spec:
allowPrivilegeEscalation: false
requiredDropCapabilities: ["ALL"]
readOnlyRootFilesystem: true
volumes: ["secret"]
volumes: ["configMap", "secret"]
hostNetwork: false
hostIPC: false
hostPID: false