We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a438364 commit 120d175Copy full SHA for 120d175
docs/vendor/helm-image-registry.mdx
@@ -50,7 +50,7 @@ To use the Replicated proxy registry for applications installed with Helm:
50
spec:
51
containers:
52
- name: api
53
- # Access the registry, repository, and tag fields from the values file
+ # Access the registry, repository, and tag fields from the values file
54
image: {{ .Values.images.api.registry }}/{{ .Values.images.api.repository }}:{{ .Values.images.api.tag }}
55
```
56
0 commit comments