Skip to content

Commit be8f153

Browse files
author
Tyler Graff
committed
yarn format:fix
1 parent 2ced8d3 commit be8f153

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/docs/references/container-sources.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ One solution to these supply-chain concerns is to deploy Nebari from private loc
1212

1313
Deploying 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
4647
amazon_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

0 commit comments

Comments
 (0)