Skip to content

Commit

Permalink
Fixed pullSecrets values field for webdriver deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyralei authored Dec 11, 2024
1 parent 47b3ed0 commit db0b0fc
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 db0b0fc

Please sign in to comment.