From 94fad0432d921d71ef2b6c22e9da99fef83652f1 Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Fri, 22 May 2026 02:34:24 -0500 Subject: [PATCH] change name for ubuntu test --- modules/k3s/deployments/ubuntu-test.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/k3s/deployments/ubuntu-test.nix b/modules/k3s/deployments/ubuntu-test.nix index b5b667f..8504210 100644 --- a/modules/k3s/deployments/ubuntu-test.nix +++ b/modules/k3s/deployments/ubuntu-test.nix @@ -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 = [