You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prodwork01-argocd/templates/_helpers.tpl

5 lines
388 B
Smarty

# https://helm.sh/docs/howto/charts_tips_and_tricks/#creating-image-pull-secrets
{{- define "imagePullSecret" }}
{{- printf "{\"auths\":{\"%s\":{\"username\":\"%s\",\"password\":\"%s\",\"email\":\"%s\",\"auth\":\"%s\"}}}" .component.registry .component.username .component.password .component.email (printf "%s:%s" .component.username .component.password | b64enc) | b64enc }}
{{- end }}