Skip to content

Commit

Permalink
Put deployment strategy key in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jul 18, 2024
1 parent c5e1393 commit 7aceddd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
name: gcp-filestore-backups
spec:
replicas: 1
strategy:
type: "Recreate"
selector:
matchLabels:
app: gcp-filestore-backups
Expand All @@ -13,8 +15,6 @@ spec:
labels:
app: gcp-filestore-backups
spec:
strategy:
type: "Recreate"
serviceAccountName: gcp-filestore-backups-sa
automountServiceAccountToken: false
containers:
Expand Down

0 comments on commit 7aceddd

Please sign in to comment.