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.
2 parents 742714c + bb6f70e commit 72b51b9Copy full SHA for 72b51b9
docs/vendor/helm-image-registry.mdx
@@ -35,7 +35,9 @@ To configure your application to use the proxy registry with Helm CLI installati
35
```yaml
36
# templates/replicated-pull-secret.yaml
37
38
- {{ if .Values.global.replicated.dockerconfigjson }}
+ {{- $global := default dict .Values.global -}}
39
+ {{- $replicated := default dict (index $global "replicated") -}}
40
+ {{- if hasKey $replicated "dockerconfigjson" }}
41
apiVersion: v1
42
kind: Secret
43
metadata:
0 commit comments