Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image pull secrets not working as aspected #105

Closed
ChristianSpiess opened this issue Aug 31, 2021 · 3 comments
Closed

Image pull secrets not working as aspected #105

ChristianSpiess opened this issue Aug 31, 2021 · 3 comments

Comments

@ChristianSpiess
Copy link

ChristianSpiess commented Aug 31, 2021

{{- if .Values.nexus.imagePullSecrets }}

      imagePullSecrets:
        {{- toYaml . | nindent 8 }}
      {{- end }}

should be something like :

      imagePullSecrets:
        {{- toYaml  .Values.nexus.imagePullSecrets  | nindent 8 }}
      {{- end }}

or :

      imagePullSecrets:
        {{- with ..Values.nexus.imagePullSecrets }}
          {{ toYaml . | nindent 8 }}
        {{- end }}
      {{- end }}

The imagePullSecret value inside


in on the main layer and not in the nexus chapter (but should be on nexus layer).

@icy95
Copy link

icy95 commented Feb 7, 2022

Hi! Any updates on this ?

@allanian
Copy link

hello, any update??

@jflinchbaugh
Copy link
Contributor

This has been fixed. imagePullSecrets on the NXRM chart should now work as described:
https://github.com/sonatype/helm3-charts/tree/main/charts/nexus-repository-manager#using-the-image-from-the-red-hat-registry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants