You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/installing-workflow/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,9 @@ After installing Workflow, [register a user and deploy an application](../quicks
142
142
143
143
## Configure DNS
144
144
145
-
User must to set up a hostname, and assumes the `drycc.$host` convention.
145
+
User must to set up a hostname, and assumes the `drycc-builder.$host` convention.
146
146
147
-
We need to point the `drycc.$host` record to the public IP address of your builder. You can get the public IP using the following command. A wildcard entry is necessary here as apps will use the same rule after they are deployed.
147
+
We need to point the `drycc-builder.$host` record to the public IP address of your builder. You can get the public IP using the following command. A wildcard entry is necessary here as apps will use the same rule after they are deployed.
148
148
149
149
```
150
150
$ kubectl get svc drycc-builder --namespace drycc
@@ -159,7 +159,7 @@ If we were using `drycc.cc` as a hostname, we would need to create the following
0 commit comments