From 2f95fe6b95fbf1dfc15e31e3503c13717082fb44 Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 23 May 2025 04:20:46 +0000 Subject: [PATCH] fix: remove unused imagePullSecrets --- manifests/common/app.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/common/app.yaml b/manifests/common/app.yaml index 2f719ef..823b4b2 100644 --- a/manifests/common/app.yaml +++ b/manifests/common/app.yaml @@ -53,8 +53,6 @@ spec: labels: app: app spec: - imagePullSecrets: - - name: regcred containers: - name: app image: docker.io/nginx:latest