stefanprodan / podinfo

Go microservice template for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add imagePullSecrets to service account

Boojapho opened this issue · comments

To demonstrate using a service account for holding image pull secrets on a private repo, add serviceAccount.imagePullSecrets: [] to the values and

{{- with .Values.serviceAccount.imagePullSecrets }}
imagePullSecrets:
  {{- toYaml . | nindent 2 }}
{{- end }}

to serviceAccount.yaml

Hi @Boojapho this change is fine with me, can you please open a PR for this? Thanks!