Skip to content

Commit

Permalink
README: Remove usage of deprecated .spec.running field
Browse files Browse the repository at this point in the history
The .spec.running field is deprecated, therefore we should
runStrategy instead.

For more info, look at:
kubevirt/kubevirt#11993

Signed-off-by: RamLavi <[email protected]>
  • Loading branch information
RamLavi committed Dec 16, 2024
1 parent 925bee6 commit 41424f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ metadata:
kubevirt.io/vm: vm-a
name: vm-a
spec:
running: true
runStrategy: Always
template:
metadata:
name: vm-a
Expand Down

0 comments on commit 41424f4

Please sign in to comment.