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 <zhenyus@mathmast.com>
This commit is contained in:
parent
e898a18b4d
commit
6584ab12c5
@ -94,7 +94,6 @@ devsvc:
|
||||
rabbitmqUsername: user
|
||||
rabbitmqVirtualHost: /
|
||||
defaultGitUsername: freeleaps
|
||||
defaultGitPassword: r8sA8CPHD9!bt6d
|
||||
devopsDockerRegistryUrl: https://hub.docker.com
|
||||
devopsDockerRegistryRepositoryName: freeleapsdevops
|
||||
devopsDockerRegistryUsername: freeleapsdevops
|
||||
|
||||
Loading…
Reference in New Issue
Block a user