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

Missing pull secret on Prometheus deployment #841

Closed
Lapeyus opened this issue Mar 4, 2021 · 1 comment · Fixed by #842
Closed

Missing pull secret on Prometheus deployment #841

Lapeyus opened this issue Mar 4, 2021 · 1 comment · Fixed by #842

Comments

@Lapeyus
Copy link
Contributor

Lapeyus commented Mar 4, 2021

Prometheus deployment created by the Helm chart is missing a pull secret,
variable is necessary to pull the prometheus image from private a repository
can be set to
{{- if .Values.prometheus.pullSecret }} imagePullSecrets: - name: {{ .Values.prometheus.pullSecret }} {{- end }}

@Lapeyus
Copy link
Contributor Author

Lapeyus commented Mar 5, 2021

PR #842

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

Successfully merging a pull request may close this issue.

1 participant