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
|
rabbitmqUsername: user
|
||||||
rabbitmqVirtualHost: /
|
rabbitmqVirtualHost: /
|
||||||
defaultGitUsername: freeleaps
|
defaultGitUsername: freeleaps
|
||||||
defaultGitPassword: r8sA8CPHD9!bt6d
|
|
||||||
devopsDockerRegistryUrl: https://hub.docker.com
|
devopsDockerRegistryUrl: https://hub.docker.com
|
||||||
devopsDockerRegistryRepositoryName: freeleapsdevops
|
devopsDockerRegistryRepositoryName: freeleapsdevops
|
||||||
devopsDockerRegistryUsername: freeleapsdevops
|
devopsDockerRegistryUsername: freeleapsdevops
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user