From 05368c0cc1026608f2cc878e96e6e4abc4db439d Mon Sep 17 00:00:00 2001 From: huabing zhao Date: Tue, 14 May 2024 14:01:00 -0700 Subject: [PATCH] fix lint Signed-off-by: huabing zhao --- test/helm/deployment-images-config.out.yaml | 2 -- test/helm/global-images-config.out.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/helm/deployment-images-config.out.yaml b/test/helm/deployment-images-config.out.yaml index c0d5e922c8c..5fbdb752568 100644 --- a/test/helm/deployment-images-config.out.yaml +++ b/test/helm/deployment-images-config.out.yaml @@ -412,7 +412,6 @@ spec: - mountPath: /certs name: certs readOnly: true - imagePullSecrets: - name: secret1 - name: secret2 @@ -529,7 +528,6 @@ spec: image: private-hub/envoyproxy/gateway-fips:abcdef12 imagePullPolicy: IfNotPresent name: envoy-gateway-certgen - imagePullSecrets: - name: secret1 - name: secret2 diff --git a/test/helm/global-images-config.out.yaml b/test/helm/global-images-config.out.yaml index 6e1fe0d7e95..3b2b56f789f 100644 --- a/test/helm/global-images-config.out.yaml +++ b/test/helm/global-images-config.out.yaml @@ -412,7 +412,6 @@ spec: - mountPath: /certs name: certs readOnly: true - imagePullSecrets: - name: secret1 - name: secret2 @@ -529,7 +528,6 @@ spec: image: private-hub/envoyproxy/gateway-fips:abcdef12 imagePullPolicy: Always name: envoy-gateway-certgen - imagePullSecrets: - name: secret1 - name: secret2