postgres: run unprivilged

Change-Id: I8d7e92093c0df91b6cd601a4d8e2484fca97ee88
This commit is contained in:
q3k 2020-01-22 21:48:48 +01:00
parent 083b176f74
commit a2ee865a0c

View file

@ -67,6 +67,9 @@ local kube = import "kube.libsonnet";
},
},
},
securityContext: {
runAsUser: 999,
},
},
},
},