We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
imagePullSecrets
1 parent 8c5fc21 commit 3463781Copy full SHA for 3463781
charts/sentry/templates/sentry/metrics/deployment-metrics.yaml
@@ -60,6 +60,10 @@ spec:
60
{{- if .Values.dnsConfig }}
61
dnsConfig:
62
{{ toYaml .Values.dnsConfig | indent 8 }}
63
+ {{- end }}
64
+ {{- if .Values.metrics.image.imagePullSecrets }}
65
+ imagePullSecrets:
66
+{{ toYaml .Values.metrics.image.imagePullSecrets | indent 8 }}
67
{{- end }}
68
{{- if .Values.metrics.securityContext }}
69
securityContext:
charts/sentry/values.yaml
@@ -2531,6 +2531,7 @@ metrics:
2531
repository: prom/statsd-exporter
2532
tag: v0.17.0
2533
pullPolicy: IfNotPresent
2534
+ imagePullSecrets: []
2535
2536
# Enable this if you're using https://github.com/coreos/prometheus-operator
2537
serviceMonitor:
0 commit comments