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
1. In your Helm chart templates, create a Kubernetes Secret to evaluate if the `global.replicated.dockerconfigjson` value is set and then write the rendered value into a Secret on the cluster, as shown below.
@@ -89,7 +62,7 @@ To use the Replicated proxy registry for applications installed with Helm:
89
62
:::
90
63
91
64
```yaml
92
-
# /templates/replicated-pull-secret.yaml
65
+
# templates/replicated-pull-secret.yaml
93
66
94
67
{{ if .Values.global.replicated.dockerconfigjson }}
95
68
apiVersion: v1
@@ -109,7 +82,7 @@ To use the Replicated proxy registry for applications installed with Helm:
@@ -125,7 +98,4 @@ To use the Replicated proxy registry for applications installed with Helm:
125
98
126
99
1. Package your Helm chart and add it to a release. Promote the release to a development channel. See [Managing Releases with Vendor Portal](releases-creating-releases).
127
100
128
-
1. Install in a development environment to test your changes. See [Installing with Helm](/vendor/install-with-helm).
129
-
130
-
131
-
101
+
1. Install in a development environment to test your changes. See [Installing with Helm](/vendor/install-with-helm).
0 commit comments