fix: rename Docker registry configuration keys in values.prod.yaml and values.yaml for consistency
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
cfa8ea12f3
commit
8abdd2642d
@ -84,8 +84,8 @@ devsvc:
|
||||
rabbitmqVirtualHost: /
|
||||
defaultGitUsername: freeleaps-admin
|
||||
defaultGitPassword: r8sA8CPHD9!bt6d
|
||||
defaultDockerRegistryUrl: https://hub.docker.com
|
||||
defaultDockerRegistryRepositoryName: freeleapsdevops
|
||||
devopsDockerRegistryUrl: https://hub.docker.com
|
||||
devopsDockerRegistryRepositoryName: freeleapsdevops
|
||||
devopsDockerRegistryUsername: freeleapsdevops
|
||||
devopsDockerRegistryPassword: dckr_pat_y-KsBOwcEGTdCQDsAb-NBz9_beg
|
||||
vpa:
|
||||
|
||||
@ -90,10 +90,10 @@ devsvc:
|
||||
defaultGitUsername: ""
|
||||
# DEFAULT_GIT_PASSWORD
|
||||
defaultGitPassword: ""
|
||||
# DEFAULT_DOCKER_REGISTRY_URL
|
||||
defaultDockerRegistryUrl: ""
|
||||
# DEFAULT_DOCKER_REGISTRY_REPOSITORY_NAME
|
||||
defaultDockerRegistryRepositoryName: ""
|
||||
# DEVOPS_DOCKER_REGISTRY_URL
|
||||
devopsDockerRegistryUrl: ""
|
||||
# DEVOPS_DOCKER_REGISTRY_REPOSITORY_NAME
|
||||
devopsDockerRegistryRepositoryName: ""
|
||||
# DEVOPS_DOCKER_REGISTRY_USERNAME
|
||||
devopsDockerRegistryUsername: ""
|
||||
# DEVOPS_DOCKER_REGISTRY_PASSWORD
|
||||
|
||||
Loading…
Reference in New Issue
Block a user