change name of disable

This commit is contained in:
NyxErinys 2026-05-18 01:34:18 -05:00
parent ccbb49c389
commit 80d8842f94
2 changed files with 3 additions and 3 deletions

View file

@ -3,10 +3,10 @@
ubuntu.content = {
apiVersion = "v1";
kind = "Pod";
metadata.name = "test-ubuntu";
metadata.name = "ubuntu";
spec.containers = [
{
name = "test-ubuntu";
name = "ubuntu";
image = "ubuntu:latest";
command = [ "tail" "-f" "/dev/null" ];
}