File tree 11 files changed +15
-15
lines changed
charts/aws-ebs-csi-driver
dynamic-provisioning/manifests
ephemeral-volume/manifests
static-provisioning/manifests
11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ controller:
337
337
# Example:
338
338
#
339
339
# - name: wait
340
- # image: busybox
340
+ # image: public.ecr.aws/amazonlinux/amazonlinux
341
341
# command: [ 'sh', '-c', "sleep 20" ]
342
342
# Enable opentelemetry tracing for the plugin running on the daemonset
343
343
otelTracing : {}
@@ -454,7 +454,7 @@ node:
454
454
# Example:
455
455
#
456
456
# - name: wait
457
- # image: busybox
457
+ # image: public.ecr.aws/amazonlinux/amazonlinux
458
458
# command: [ 'sh', '-c', "sleep 20" ]
459
459
# Enable opentelemetry tracing for the plugin running on the daemonset
460
460
otelTracing : {}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : busybox
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh", "-c"]
24
24
args : ["tail -f /dev/null"]
25
25
volumeDevices :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
28
28
volumes :
29
29
- name : persistent-storage
30
30
persistentVolumeClaim :
31
- claimName : ebs-claim
31
+ claimName : ebs-claim
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ metadata:
41
41
spec :
42
42
containers :
43
43
- name : app
44
- image : centos
44
+ image : public.ecr.aws/amazonlinux/amazonlinux
45
45
command : ["/bin/sh"]
46
46
args : ["-c", "while true; do echo $(date -u) | tee /data/out.txt; sleep 5; done"]
47
47
volumeMounts :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
28
28
volumes :
29
29
- name : persistent-storage
30
30
persistentVolumeClaim :
31
- claimName : ebs-claim
31
+ claimName : ebs-claim
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ metadata:
19
19
spec :
20
20
containers :
21
21
- name : app
22
- image : centos
22
+ image : public.ecr.aws/amazonlinux/amazonlinux
23
23
command : ["/bin/sh"]
24
24
args : ["-c", "while true; do echo $(date -u) >> /data/out.txt; sleep 5; done"]
25
25
volumeMounts :
28
28
volumes :
29
29
- name : persistent-storage
30
30
persistentVolumeClaim :
31
- claimName : ebs-claim
31
+ claimName : ebs-claim
You can’t perform that action at this time.
0 commit comments