We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e56588 commit ee6ce9aCopy full SHA for ee6ce9a
1 file changed
charts/coco-supported/gpu-workload/templates/gpu-vectoradd-deployment.yaml
@@ -6,6 +6,8 @@ metadata:
6
app: gpu-vectoradd
7
spec:
8
replicas: 1
9
+ strategy:
10
+ type: Recreate
11
selector:
12
matchLabels:
13
@@ -23,6 +25,7 @@ spec:
23
25
containers:
24
26
- name: gpu-cc-verifier
27
image: quay.io/openshift_sandboxed_containers/gpu-verifier:ubi9
28
+ imagePullPolicy: Always
29
command: ["/bin/bash"]
30
args:
31
- -c
0 commit comments