From e13a41bb9db5496a8e0808e0c8b772a5a69b3561 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 19 Jan 2024 15:54:40 +0100 Subject: [PATCH] templates/gateway: add pull secret to service account --- templates/gateway.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/gateway.yml b/templates/gateway.yml index 931915d..22398d5 100644 --- a/templates/gateway.yml +++ b/templates/gateway.yml @@ -304,6 +304,8 @@ objects: name: community-gateway-sa labels: app: community-gateway + imagePullSecrets: + - name: quay.io - kind: Service apiVersion: v1