File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Air-Gapped Deployment
2
+ title : Air-gapped deployment
3
3
description : Learn how to set up an air-gapped Coder deployment.
4
4
---
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- title : Network Setup
2
+ title : Network setup
3
3
description : Learn how to set up a network for air-gapped Coder deployment.
4
4
---
5
5
@@ -127,11 +127,17 @@ certs:
127
127
key : " registry.crt"
128
128
` ` `
129
129
130
- Then, add the flag ` -f registry-cert-values.yml` to the end of the secret
131
- verification immediately above :
130
+ Then, add the flag ` -f registry-cert-values.yml` to the end of the `helm install`
131
+ or `helm upgrade` command to include the new secrets file :
132
132
133
133
` ` ` console
134
- kubectl -n coder get secret local-registry-cert -o yaml -f registry-cert-values.yml
134
+ helm install --wait --atomic --debug --namespace coder coder . \
135
+ --set cemanager.image=$REGISTRY_DOMAIN_NAME/coderenvs/coder-service:<version> \
136
+ --set envproxy.image=$REGISTRY_DOMAIN_NAME/coderenvs/coder-service:<version> \
137
+ --set envbox.image=$REGISTRY_DOMAIN_NAME/coderenvs/envbox:<version> \
138
+ --set timescale.image=$REGISTRY_DOMAIN_NAME/coderenvs/timescale:<version> \
139
+ --set dashboard.image=$REGISTRY_DOMAIN_NAME/coderenvs/dashboard:<version> \
140
+ -f registry-cert-values.yml
135
141
` ` `
136
142
137
143
# ## Resolving the registry using the cluster's DNS or hostAliases
You can’t perform that action at this time.
0 commit comments