File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ One solution to these supply-chain concerns is to deploy Nebari from private loc
1212
1313Deploying Nebari in this fashion eliminates significant supply chain surface-area, but requires identifying all containers used by Nebari.
1414
15- The following configurations demonstrate how to specify a private repo denoted by the string ` [PRIVATE_REPO] ` .
15+ The following configurations demonstrate how to specify a private repo denoted by the string ` [PRIVATE_REPO] ` .
1616
1717### Set ECR as default container registry mirror
1818
@@ -40,8 +40,9 @@ amazon_web_services:
4040```
4141
4242### Set GitLab CR as default container registry mirror
43+
4344```
44- # Set GitLab CR as default container registry mirror in hosts.toml;
45+ # Set GitLab CR as default container registry mirror in hosts.toml;
4546# must have override_path set if project/group names don't match upstream container
4647amazon_web_services:
4748 node_groups:
@@ -79,7 +80,8 @@ amazon_web_services:
7980 EOT
8081```
8182
82- ### Set GitLab CR as default container registry mirror, with custom Client SSL/TLS Certs
83+ ### Set GitLab CR as default container registry mirror, with custom Client SSL/TLS Certs
84+
8385```
8486# must have override_path set if project/group names don't match upstream container
8587# Also add/set GitLab Client SSL/TLS Certificate for Containerd
You can’t perform that action at this time.
0 commit comments