Update mcp.conf according to upstream
This commit is contained in:
parent
b70b8a7c39
commit
9be65f8c19
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ create_mcp_conf() {
|
||||||
cat > /root/mcp.conf << EOF
|
cat > /root/mcp.conf << EOF
|
||||||
[builder]
|
[builder]
|
||||||
push = True
|
push = True
|
||||||
registry = "127.0.0.1:31500"
|
|
||||||
|
[registry]
|
||||||
|
address = "127.0.0.1:31500"
|
||||||
|
|
||||||
[kubernetes]
|
[kubernetes]
|
||||||
environment = "openstack"
|
environment = "openstack"
|
||||||
|
|
Loading…
Reference in a new issue