Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

imagePullSecrets is not correctly added to values.yaml #522

Closed
balazs-fark-epam opened this issue Oct 22, 2020 · 1 comment · Fixed by #577
Closed

imagePullSecrets is not correctly added to values.yaml #522

balazs-fark-epam opened this issue Oct 22, 2020 · 1 comment · Fixed by #577
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@balazs-fark-epam
Copy link

In https://github.com/godaddy/kubernetes-external-secrets/blob/master/charts/kubernetes-external-secrets/values.yaml
imagePullSecrets is child of image:

image:
  repository: godaddy/kubernetes-external-secrets
  tag: 6.0.0
  pullPolicy: IfNotPresent
  imagePullSecrets: []

but it templates/deployment.yaml:

it is referenced like

      {{- if .Values.imagePullSecrets }}
      imagePullSecrets:
        {{- toYaml .Values.imagePullSecrets | nindent 8 }}
      {{- end }}
@Flydiverny Flydiverny added the good first issue Good for newcomers label Oct 22, 2020
@vividh
Copy link

vividh commented Oct 26, 2020

Hi, I would like to work on this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
3 participants