From faffc050c24af6847e7b8a1089d569edaa548bc9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 2 Jan 2026 15:10:47 -0600 Subject: [PATCH] Add imagePullSecrets for GitLab registry --- k8s/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index b6990b81..96ac0bd8 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -14,6 +14,8 @@ spec: labels: app: towerops spec: + imagePullSecrets: + - name: gitlab-registry containers: - name: towerops image: registry.gitlab.com/graham/towerops:latest