Skip to content

Commit 11a8ca3

Browse files
committed
edits
1 parent c535b39 commit 11a8ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/partials/proxy-service/_step-rewrite-helm-values.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In your Helm chart values file, set your image repository URL to the location of the image on the proxy registry. If you added a custom domain, use your custom domain. Otherwise, use `proxy.replicated.com`.
1+
In your Helm chart values file, for each image reference, set the image repository URL to the location of the image on the proxy registry. This is either `proxy.replicated.com` or your custom domain.
22

33
The proxy registry URL has the following format: `DOMAIN/proxy/APP_SLUG/EXTERNAL_REGISTRY_IMAGE_URL`
44

@@ -30,4 +30,4 @@ In your Helm chart values file, set your image repository URL to the location of
3030
containers:
3131
- name: api
3232
# Access the registry, repository, and tag fields from the values file
33-
image: {{ .Values.images.api.registry }}/{{ .Values.images.api.repository }}:{{ .Values.images.api.tag }}
33+
image: {{ .Values.image.api.registry }}/{{ .Values.image.api.repository }}:{{ .Values.image.api.tag }}

0 commit comments

Comments
 (0)