From b6b1bee25c27de585f5187126c04b96582877ca8 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Fri, 12 Jun 2026 15:54:21 -0500 Subject: [PATCH] fix(connections): Remove securityContext causing container startup failure The signal-cli-rest-api container's entrypoint script requires privileges to modify user/group settings. Removing securityContext allows the container to run with its default settings. --- cluster/platform/connections/deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cluster/platform/connections/deployment.yaml b/cluster/platform/connections/deployment.yaml index 8a9d103..8a684ec 100644 --- a/cluster/platform/connections/deployment.yaml +++ b/cluster/platform/connections/deployment.yaml @@ -20,10 +20,6 @@ spec: app.kubernetes.io/name: connections app.kubernetes.io/component: messaging-gateway spec: - securityContext: - fsGroup: 1000 - runAsUser: 1000 - runAsNonRoot: true containers: - name: signal-cli-rest-api image: bbernhard/signal-cli-rest-api:0.85 # Pin version, test upgrades