Merge pull request #276 from fluxcd/recreate-strategy

Use Recreate strategy for controller deployment
This commit is contained in:
Hidde Beydals 2021-02-02 12:13:07 +01:00 committed by GitHub
commit bc461da4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ spec:
matchLabels:
app: source-controller
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels: