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: docs/vendor/replicated-onboarding.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,21 +86,21 @@ To create an application:
86
86
export REPLICATED_APP=my-app
87
87
```
88
88
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
90
90
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.
92
92
93
93
:::note
94
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
95
:::
96
96
97
-
To rewrite image names to use the proxy registry:
97
+
To modify image references to point to the proxy registry:
98
98
99
99
1. <StepCreds/>
100
100
101
101
1. <RewriteHelmValues/>
102
102
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.
0 commit comments