changed namespace

This commit is contained in:
maximilian.bartz 2025-05-06 16:47:44 +02:00
parent 57de4fd2e6
commit afb0db1f15

View file

@ -2,7 +2,7 @@ apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
name: ubuntu-vm-3
namespace: kubevirt-vms
namespace: demo
spec:
running: true
template:
@ -38,7 +38,7 @@ spec:
cloudInitNoCloud:
userData: |
#cloud-config
hostname: ubuntu-vm-1
hostname: ubuntu-vm-3
ssh_pwauth: True
users:
- name: ubuntu