From 1af1073eab191983bbbe846f059b4a0706c0c088 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 10 Jun 2025 16:05:25 +0800 Subject: [PATCH] fix(authentication): update VPA deployment name to 'authentication' Signed-off-by: zhenyus --- .../helm-pkg/authentication/templates/authentication/vpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/vpa.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/vpa.yaml index 527035a9..d4a3f23b 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/vpa.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/vpa.yaml @@ -9,7 +9,7 @@ spec: targetRef: apiVersion: apps/v1 kind: Deployment - name: {{ .Release.Name }} + name: authentication resourcePolicy: containerPolicies: - containerName: '*'