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";
|
apiVersion = "v1";
|
||||||
kind = "Pod";
|
kind = "Pod";
|
||||||
metadata.name = "ubuntu";
|
metadata.name = "ubuntu-test";
|
||||||
spec = {
|
spec = {
|
||||||
containers = [
|
containers = [
|
||||||
{
|
{
|
||||||
name = "ubuntu";
|
name = "ubuntu-test";
|
||||||
image = "ubuntu:latest";
|
image = "ubuntu:latest";
|
||||||
command = [ "tail" "-f" "/dev/null" ];
|
command = [ "tail" "-f" "/dev/null" ];
|
||||||
volumeMounts = [
|
volumeMounts = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue