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