You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}
The text was updated successfully, but these errors were encountered:
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 }}
The text was updated successfully, but these errors were encountered: