File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
test/integration/testdata Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 claimName : hpvc-restore
1212 containers :
1313 - name : task-pv-container
14- image : docker.io /nginx
14+ image : public.ecr.aws /nginx/nginx:alpine
1515 ports :
1616 - containerPort : 80
1717 name : " http-server"
Original file line number Diff line number Diff line change 1111 claimName : hpvc
1212 containers :
1313 - name : task-pv-container
14- image : docker.io /nginx
14+ image : public.ecr.aws /nginx/nginx:alpine
1515 ports :
1616 - containerPort : 80
1717 name : " http-server"
Original file line number Diff line number Diff line change 99 runtimeClassName : gvisor
1010 containers :
1111 - name : nginx
12- image : docker.io /nginx
12+ image : public.ecr.aws /nginx/nginx:alpine
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88spec :
99 containers :
1010 - name : nginx
11- image : docker.io /nginx:alpine
11+ image : public.ecr.aws/nginx /nginx:alpine
1212 ports :
1313 - containerPort : 80
1414 protocol : TCP
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77spec :
88 containers :
99 - name : myfrontend
10- image : docker.io /nginx
10+ image : public.ecr.aws /nginx/nginx:alpine
1111 volumeMounts :
1212 - mountPath : " /tmp/mount"
1313 name : mypd
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88spec :
99 containers :
1010 - name : nginx
11- image : docker.io /nginx:alpine
11+ image : public.ecr.aws/nginx /nginx:alpine
1212 ports :
1313 - containerPort : 80
1414 protocol : TCP
You can’t perform that action at this time.
0 commit comments