Skip to content

Commit

Permalink
Merge pull request #137 from Nyralei/patch-2
Browse files Browse the repository at this point in the history
Fixed pullSecrets values field for webdriver deployment
  • Loading branch information
aeciopires authored Dec 11, 2024
2 parents 47b3ed0 + db0b0fc commit f50ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zabbix/templates/deployment-webdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
ports:
- containerPort: {{ .Values.zabbixBrowserMonitoring.webdriver.port }}
imagePullSecrets:
{{- range .Values.zabbixBrowserMonitoring.webdriver.pullSecrets }}
{{- range .Values.zabbixBrowserMonitoring.webdriver.image.pullSecrets }}
- name: {{ . | quote }}
{{- end }}
{{- end }}

0 comments on commit f50ab37

Please sign in to comment.