Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Fix typo in Pod Template (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 authored and diemol committed Jan 18, 2020
1 parent 5fe5c63 commit bdbb482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zalenium/templates/_pod-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:

securityContext:
{{- toYaml .Values.hub.podSecurityContext | nindent 4 }}
{{- if .Values.hub.pullSecrets }}
{{- if .Values.hub.imagePullSecret }}
imagePullSecrets:
- name: {{ .Values.hub.imagePullSecret }}
{{- end}}
Expand Down

0 comments on commit bdbb482

Please sign in to comment.