mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
configure image pulling policy to always
This commit is contained in:
parent
8c77e38ac9
commit
44b0e3924e
|
@ -51,12 +51,10 @@ spec:
|
|||
- name: config-volume
|
||||
mountPath: /config
|
||||
|
||||
{{- if .Values.dotenv.secret }}
|
||||
# the "env" entries will override the environment variables from envFrom.
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: {{ .Values.dotenv.secret | default .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
volumes:
|
||||
- name: config-volume
|
||||
|
|
|
@ -6,7 +6,8 @@ replicaCount: 1
|
|||
|
||||
image:
|
||||
repository: yoanlin/bbgo
|
||||
pullPolicy: IfNotPresent
|
||||
# pullPolicy: IfNotPresent
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user