Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#325 from mztnnrt/patch-1
Browse files Browse the repository at this point in the history
chore: add `restartPolicy` into sample because this is required prope…
  • Loading branch information
k8s-ci-robot authored Feb 19, 2024
2 parents f0b5e31 + b0549fa commit 3445a58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ metadata:
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- image: myimage
name: hello
Expand Down

0 comments on commit 3445a58

Please sign in to comment.