Corrected Kubevirt template in the example (#54029)
This commit is contained in:
parent
943946ec9c
commit
ac6ff8fe05
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ EXAMPLES = '''
|
|||
objects:
|
||||
- name: ${NAME}
|
||||
kind: VirtualMachine
|
||||
memory: ${MEMORY_SIZE}Mi
|
||||
memory: ${MEMORY_SIZE}
|
||||
state: present
|
||||
namespace: vms
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue