Skip to content

Commit 91021b6

Browse files
committed
edits
1 parent 4f3698d commit 91021b6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/vendor/replicated-onboarding.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,10 @@ To create an application:
8686
export REPLICATED_APP=my-app
8787
```
8888

89-
### Task 2: Modify Image References in Helm Values to Point to the Proxy Registry
89+
### Task 2: Modify Image References in Helm Values to Point to the Proxy Registry {#task-2}
9090

9191
Update your Helm values so that image references point to the Replicated proxy registry rather than to your default registry. The proxy regsitry allows you can grant proxy access to application images without exposing registry credentials to your customers.
9292

93-
:::note
94-
You will add a custom domain for the proxy registry as part of [Task 9: Alias Replicated Endpoints with Your Own Domains](#task-9-alias-replicated-endpoints-with-your-own-domains).
95-
:::
96-
9793
To modify image references to point to the proxy registry:
9894

9995
1. <StepCreds/>
@@ -442,6 +438,8 @@ To add the default support bundle spec to your application:
442438

443439
Your customers are exposed to several Replicated domains by default. Replicated recommends you use custom domains to unify the customer's experience with your brand and simplify security reviews.
444440

441+
After adding a custom domain for the Replicated proxy registry, be sure to update any image references in your Helm chart values to point to your custom domain rather than the proxy registry at `proxy.replicated.com`. For more information, see [Task 2: Modify Image References in Helm Values to Point to the Proxy Registry](#task-2).
442+
445443
For more information, see [Use Custom Domains](/vendor/custom-domains-using).
446444

447445
## Next Steps

0 commit comments

Comments
 (0)