Skip to content

Commit 4f3698d

Browse files
committed
edit rewrite image names language
1 parent 11a8ca3 commit 4f3698d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vendor/replicated-onboarding.mdx

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

89-
### Task 2: Rewrite Image Names in Helm Values to Use the Proxy Registry
89+
### Task 2: Modify Image References in Helm Values to Point to the Proxy Registry
9090

91-
Update your Helm values to rewrite image names to use the Replicated proxy registry. The proxy regsitry allows you can grant proxy access to application images without exposing registry credentials to your customers.
91+
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

9393
:::note
9494
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).
9595
:::
9696

97-
To rewrite image names to use the proxy registry:
97+
To modify image references to point to the proxy registry:
9898

9999
1. <StepCreds/>
100100

101101
1. <RewriteHelmValues/>
102102

103-
1. If your application is deployed as multiple Helm charts, repeat the previous step to rewrite image names in the Helm values for each of your charts.
103+
1. If your application is deployed as multiple Helm charts, repeat the previous step to modify image references in the Helm values for each of your charts.
104104

105105
1. Continue to the next task.
106106

0 commit comments

Comments
 (0)