diff --git a/setup/air-gapped/index.md b/setup/air-gapped/index.md index 07281e2c5..030d1a65e 100644 --- a/setup/air-gapped/index.md +++ b/setup/air-gapped/index.md @@ -1,5 +1,5 @@ --- -title: Air-Gapped Deployment +title: Air-gapped deployment description: Learn how to set up an air-gapped Coder deployment. --- diff --git a/setup/air-gapped/infrastructure.md b/setup/air-gapped/infrastructure.md index 9d4afa4ee..6078f3aca 100644 --- a/setup/air-gapped/infrastructure.md +++ b/setup/air-gapped/infrastructure.md @@ -1,5 +1,5 @@ --- -title: Network Setup +title: Network setup description: Learn how to set up a network for air-gapped Coder deployment. --- @@ -127,11 +127,17 @@ certs: key: "registry.crt" ``` -Then, add the flag `-f registry-cert-values.yml` to the end of the secret -verification immediately above: +Then, add the flag `-f registry-cert-values.yml` to the end of the `helm install` +or `helm upgrade` command to include the new secrets file: ```console -kubectl -n coder get secret local-registry-cert -o yaml -f registry-cert-values.yml +helm install --wait --atomic --debug --namespace coder coder . \ + --set cemanager.image=$REGISTRY_DOMAIN_NAME/coderenvs/coder-service: \ + --set envproxy.image=$REGISTRY_DOMAIN_NAME/coderenvs/coder-service: \ + --set envbox.image=$REGISTRY_DOMAIN_NAME/coderenvs/envbox: \ + --set timescale.image=$REGISTRY_DOMAIN_NAME/coderenvs/timescale: \ + --set dashboard.image=$REGISTRY_DOMAIN_NAME/coderenvs/dashboard: \ + -f registry-cert-values.yml ``` ### Resolving the registry using the cluster's DNS or hostAliases