From 6584ab12c5717afea8717706fa8d5203c4531846 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 18 Aug 2025 16:21:57 +0800 Subject: [PATCH] refactor(devsvc): remove hardcoded Git password from values.alpha.yaml - Eliminated the default Git password from the configuration file to enhance security and align with the secret management strategy. - This change continues the effort to manage sensitive information more securely across the application. Signed-off-by: zhenyus --- freeleaps/helm-pkg/devsvc/values.alpha.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index 984763e9..4a1bb2ad 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -94,7 +94,6 @@ devsvc: rabbitmqUsername: user rabbitmqVirtualHost: / defaultGitUsername: freeleaps - defaultGitPassword: r8sA8CPHD9!bt6d devopsDockerRegistryUrl: https://hub.docker.com devopsDockerRegistryRepositoryName: freeleapsdevops devopsDockerRegistryUsername: freeleapsdevops