From d13351f8453ebeefc21ed2da5efcadb95bed5dbb Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 2 Apr 2026 19:08:15 +0800 Subject: [PATCH] fix(gitops): format postgresql image pull secrets --- databases/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgresql/values.yaml b/databases/postgresql/values.yaml index 5a19ba3..5956b7b 100644 --- a/databases/postgresql/values.yaml +++ b/databases/postgresql/values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: IfNotPresent imagePullSecrets: - - postgresql-ghcr-pull + - name: postgresql-ghcr-pull auth: username: postgres