1
0
Fork 0

Merge "kube/redis: run as unprivileged user"

master
q3k 2020-02-15 11:41:31 +00:00 committed by Gerrit Code Review
commit 90b19a7fd1
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ local kube = import "kube.libsonnet";
resources: cfg.resources,
},
},
securityContext: {
runAsUser: 100,
},
},
},
},