change name for ubuntu test

This commit is contained in:
NyxErinys 2026-05-22 02:34:24 -05:00
parent b721f12cc5
commit 94fad0432d

View file

@ -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 = [