File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/concepts/workloads/controllers Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Pod Template:
71
71
job-name=pi
72
72
Containers:
73
73
pi:
74
- Image: perl
74
+ Image: perl:5.34.0
75
75
Port: <none >
76
76
Host Port: <none >
77
77
Command:
@@ -125,7 +125,7 @@ spec:
125
125
- -Mbignum=bpi
126
126
- -wle
127
127
- print bpi(2000)
128
- image: perl
128
+ image: perl:5.34.0
129
129
imagePullPolicy: Always
130
130
name: pi
131
131
resources: {}
@@ -356,7 +356,7 @@ spec:
356
356
spec :
357
357
containers :
358
358
- name : pi
359
- image : perl
359
+ image : perl:5.34.0
360
360
command : ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
361
361
restartPolicy : Never
362
362
` ` `
@@ -402,7 +402,7 @@ spec:
402
402
spec:
403
403
containers:
404
404
- name: pi
405
- image: perl
405
+ image: perl:5.34.0
406
406
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
407
407
restartPolicy: Never
408
408
` ` `
Original file line number Diff line number Diff line change 7
7
spec :
8
8
containers :
9
9
- name : pi
10
- image : perl:5.34
11
- command : ["perl", "-Mbignum=bpi", "-wle", "' print bpi(2000)' "]
10
+ image : perl:5.34.0
11
+ command : ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
12
12
restartPolicy : Never
13
13
backoffLimit : 4
14
14
You can’t perform that action at this time.
0 commit comments