From e8d7001f5e09d500a7eb58fcdb0d975af4f99863 Mon Sep 17 00:00:00 2001 From: John Harris Date: Sat, 18 Dec 2021 14:51:57 -0800 Subject: [PATCH] Add RO FS back to deployment Signed-off-by: John Harris --- kustomize/base/flagger/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kustomize/base/flagger/deployment.yaml b/kustomize/base/flagger/deployment.yaml index af0c3f60..f0bd8b13 100644 --- a/kustomize/base/flagger/deployment.yaml +++ b/kustomize/base/flagger/deployment.yaml @@ -53,4 +53,5 @@ spec: memory: "32Mi" cpu: "10m" securityContext: + readOnlyRootFilesystem: true runAsUser: 10001