Skip to content

Commit

Permalink
README: use spec.runStrategy instead of spec.running
Browse files Browse the repository at this point in the history
Signed-off-by: Jed Lejosne <[email protected]>
  • Loading branch information
jean-edouard committed Oct 24, 2024
1 parent f1e5d3e commit 9144313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ objects:
metadata:
name: ${NAME}
spec:
running: false
runStrategy: Halted
template:
spec:
domain:
Expand Down Expand Up @@ -235,7 +235,7 @@ metadata:
# simply replaces the whole spec: with the current version
# the user saved
spec:
running: false
runStrategy: Halted
template:
spec:
domain:
Expand Down

0 comments on commit 9144313

Please sign in to comment.