added security context

This commit is contained in:
ston1th 2020-02-01 17:34:51 +01:00
commit 4e92e722fc
3 changed files with 73 additions and 20 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