From a69e7fed11b6f895eacb4fa1d02aa0451e3ea0ba Mon Sep 17 00:00:00 2001 From: Divyam Azad Date: Mon, 9 Oct 2023 07:52:06 +0200 Subject: [PATCH] [#14638] Reloader security context --- argocd-helm-charts/reloader/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/argocd-helm-charts/reloader/values.yaml b/argocd-helm-charts/reloader/values.yaml index 0d13c7201..8c0dea704 100644 --- a/argocd-helm-charts/reloader/values.yaml +++ b/argocd-helm-charts/reloader/values.yaml @@ -4,3 +4,12 @@ reloader: reloadOnCreate: true serviceMonitor: enabled: true + deployment: + containerSecurityContext: + capabilities: + drop: + - ALL + allowPrivilegeEscalation: false + readOnlyRootFilesystem: true + seccompProfile: + type: RuntimeDefault