generated from phoenix-oss/tenant-tpl
changed namespace
This commit is contained in:
parent
57de4fd2e6
commit
afb0db1f15
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: kubevirt.io/v1
|
||||||
kind: VirtualMachine
|
kind: VirtualMachine
|
||||||
metadata:
|
metadata:
|
||||||
name: ubuntu-vm-3
|
name: ubuntu-vm-3
|
||||||
namespace: kubevirt-vms
|
namespace: demo
|
||||||
spec:
|
spec:
|
||||||
running: true
|
running: true
|
||||||
template:
|
template:
|
||||||
|
@ -38,7 +38,7 @@ spec:
|
||||||
cloudInitNoCloud:
|
cloudInitNoCloud:
|
||||||
userData: |
|
userData: |
|
||||||
#cloud-config
|
#cloud-config
|
||||||
hostname: ubuntu-vm-1
|
hostname: ubuntu-vm-3
|
||||||
ssh_pwauth: True
|
ssh_pwauth: True
|
||||||
users:
|
users:
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue