From d78a3c2550e392710ed6a8767a5e903e81aa7b95 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 28 Jan 2026 11:54:11 -0300 Subject: [PATCH] comms: allow atlasbot to pull harbor images --- services/comms/atlasbot-rbac.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/comms/atlasbot-rbac.yaml b/services/comms/atlasbot-rbac.yaml index bc6623b8..ed6206d8 100644 --- a/services/comms/atlasbot-rbac.yaml +++ b/services/comms/atlasbot-rbac.yaml @@ -4,6 +4,8 @@ kind: ServiceAccount metadata: name: atlasbot namespace: comms +imagePullSecrets: + - name: harbor-regcred --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -44,4 +46,3 @@ subjects: - kind: ServiceAccount name: atlasbot namespace: comms -