Skip to content

Commit

Permalink
Update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Nov 6, 2017
1 parent 5b35477 commit 14ad778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/stable/stash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --v=3
- --rbac={{ .Values.rbac.create }}
image: {{ .Values.operator.image }}:{{ .Values.operator.tag }}
imagePullPolicy: {{ default "" .Values.imagePullPolicy | quote }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
Expand All @@ -41,7 +41,7 @@ spec:
- -web.listen-address=:56789
- -persistence.file=/var/pv/pushgateway.dat
image: '{{ .Values.pushgateway.image }}:{{ .Values.pushgateway.tag }}'
imagePullPolicy: {{ default "" .Values.imagePullPolicy | quote }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
Expand Down

0 comments on commit 14ad778

Please sign in to comment.