fix(pull policy): pull always
This commit is contained in:
parent
b106ef5f82
commit
8170dcd4a8
|
@ -7,7 +7,7 @@ replicaCount: 1
|
|||
image:
|
||||
repository: registry.webhosting.rug.nl/molgenis/httpd
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: always
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
|
Loading…
Reference in New Issue