Skip to content

Commit 89cea78

Browse files
author
Katie Horne
committed
edit text, fix envbox path
1 parent b8ce2ba commit 89cea78

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

setup/air-gapped/index.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -117,25 +117,25 @@ platform images are hosted in Coder's Docker Hub repo.
117117
docker push my-registry.com/coderenvs/coder-service:<version>
118118
```
119119

120-
1. Create an `offline.values.yaml` file which includes the image paths for each
121-
the Coder containers and proxy configuration (if necessary). Below is an
122-
example:
120+
1. If necessary, create an `offline.values.yaml` file that includes the image
121+
paths for each of the Coder containers and proxy configuration similar to the
122+
following:
123123

124124
```yaml
125125
coderd:
126-
image: my-registry.com/coderenvs/coder-service:<version>
127-
# Coder will use this proxy for all outbound HTTP/HTTPS connections
128-
# such as when checking for updated images in the image registry.
129-
# However, note that images are pulled from the Kubernetes container runtime,
130-
# and may require a different setting.
131-
proxy:
132-
http: http://proxy.internal:8888
133-
exempt: cluster.local
126+
image: my-registry.com/coderenvs/coder-service:<version>
127+
# Coder will use this proxy for all outbound HTTP/HTTPS connections
128+
# such as when checking for updated images in the image registry.
129+
# However, note that images are pulled from the Kubernetes container runtime,
130+
# and may require a different setting.
131+
proxy:
132+
http: http://proxy.internal:8888
133+
exempt: cluster.local
134134
postgres:
135-
default:
136-
image: my-registry.com/coderenvs/timescale:<version>
135+
default:
136+
image: my-registry.com/coderenvs/timescale:<version>
137137
envbox:
138-
image: us-docker.pkg.dev/airgap-project/test/envbox:1.25.0
138+
image: my-registry.com/coderenvs/envbox:<version>
139139
```
140140
141141
1. Once all of the resources are in your air-gapped network, run the following

0 commit comments

Comments
 (0)