You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
226 B

  1. {{- if .Values.inf.registry -}}
  2. apiVersion: v1
  3. kind: Secret
  4. metadata:
  5. name: {{ .Values.inf.registry.secretName }}
  6. type: kubernetes.io/dockerconfigjson
  7. data:
  8. .dockerconfigjson: {{ template "imagePullSecret" . }}
  9. {{- end -}}