updated pull policy to Always
This commit is contained in:
parent
53be807c0b
commit
93c3132a5b
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: dashboard
|
- name: dashboard
|
||||||
image: yolokube/dashboard:latest
|
image: yolokube/dashboard:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue