Skip to content

Commit

Permalink
Explicitly set pod .spec.template.spec.strategy.type to a string
Browse files Browse the repository at this point in the history
sgibson91 committed Jul 18, 2024
1 parent 4c38334 commit c5e1393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ spec:
app: gcp-filestore-backups
spec:
strategy:
type: Recreate
type: "Recreate"
serviceAccountName: gcp-filestore-backups-sa
automountServiceAccountToken: false
containers:

0 comments on commit c5e1393

Please sign in to comment.