We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4e698 commit eff4b09Copy full SHA for eff4b09
1 file changed
charts/pact-broker/templates/cronjob.yml
@@ -16,6 +16,12 @@ spec:
16
spec:
17
template:
18
19
+ {{- if .Values.broker.imagePullSecrets }}
20
+ imagePullSecrets:
21
+ {{- range .Values.broker.imagePullSecrets }}
22
+ - name: {{ . }}
23
+ {{- end }}
24
25
containers:
26
- name: {{ template "chart.fullname" . }}-dbclean
27
image: {{ template "broker.image" . }}
0 commit comments