From b7c182464e43a4f6b6d1b70639d4d5a93f76190e Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 24 Sep 2024 14:36:58 -0400 Subject: [PATCH] Add note to changelog entry --- .changelog/4316.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changelog/4316.txt b/.changelog/4316.txt index 8cb7453fbb..4a3fb9af44 100644 --- a/.changelog/4316.txt +++ b/.changelog/4316.txt @@ -1,3 +1,5 @@ ```release-note:bug -api-gateway: `global.imagePullSecrets` are now configured on the `ServiceAccount` for `Gateways` +api-gateway: `global.imagePullSecrets` are now configured on the `ServiceAccount` for `Gateways`. + +Note: the referenced image pull Secrets must be present in any namespace that the `Gateway` is deployed to. ```