change name for ubuntu test
This commit is contained in:
parent
b721f12cc5
commit
94fad0432d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,11 +4,11 @@
|
|||
{
|
||||
apiVersion = "v1";
|
||||
kind = "Pod";
|
||||
metadata.name = "ubuntu";
|
||||
metadata.name = "ubuntu-test";
|
||||
spec = {
|
||||
containers = [
|
||||
{
|
||||
name = "ubuntu";
|
||||
name = "ubuntu-test";
|
||||
image = "ubuntu:latest";
|
||||
command = [ "tail" "-f" "/dev/null" ];
|
||||
volumeMounts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue