From f634b064a4f03402df232292f737a0cf6573f527 Mon Sep 17 00:00:00 2001 From: Ivan Kurnosov Date: Wed, 14 Aug 2019 18:17:51 +1200 Subject: [PATCH] It's uid 999 that is redis in the `redis:5-alpine` (#239) --- deploy/redis-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/redis-deployment.yaml b/deploy/redis-deployment.yaml index c33fd40..47bcc60 100644 --- a/deploy/redis-deployment.yaml +++ b/deploy/redis-deployment.yaml @@ -36,4 +36,4 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true # we need to use the "redis" uid - runAsUser: 100 + runAsUser: 999