Skip to content

Commit

Permalink
Merge pull request #443 from RamLavi/refactor_run_strategy
Browse files Browse the repository at this point in the history
docs: Remove VM Running API usage
  • Loading branch information
RamLavi authored Dec 10, 2024
2 parents f61b413 + 786fe04 commit e47689f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/simple-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: VirtualMachine
metadata:
name: simplevm
spec:
running: false
runStrategy: Halted
template:
spec:
domain:
Expand Down
2 changes: 1 addition & 1 deletion doc/vm-creation-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kind: VirtualMachine
metadata:
name: samplevm
spec:
running: false
runStrategy: Halted
template:
spec:
domain:
Expand Down

0 comments on commit e47689f

Please sign in to comment.