Skip to content

Commit

Permalink
yarn format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Graff committed Nov 5, 2024
1 parent 2ced8d3 commit be8f153
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docs/references/container-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ One solution to these supply-chain concerns is to deploy Nebari from private loc

Deploying Nebari in this fashion eliminates significant supply chain surface-area, but requires identifying all containers used by Nebari.

The following configurations demonstrate how to specify a private repo denoted by the string `[PRIVATE_REPO]`.
The following configurations demonstrate how to specify a private repo denoted by the string `[PRIVATE_REPO]`.

### Set ECR as default container registry mirror

Expand Down Expand Up @@ -40,8 +40,9 @@ amazon_web_services:
```

### Set GitLab CR as default container registry mirror

```
# Set GitLab CR as default container registry mirror in hosts.toml;
# Set GitLab CR as default container registry mirror in hosts.toml;
# must have override_path set if project/group names don't match upstream container
amazon_web_services:
node_groups:
Expand Down Expand Up @@ -79,7 +80,8 @@ amazon_web_services:
EOT
```

### Set GitLab CR as default container registry mirror, with custom Client SSL/TLS Certs
### Set GitLab CR as default container registry mirror, with custom Client SSL/TLS Certs

```
# must have override_path set if project/group names don't match upstream container
# Also add/set GitLab Client SSL/TLS Certificate for Containerd
Expand Down

0 comments on commit be8f153

Please sign in to comment.