Merge pull request #276 from fluxcd/recreate-strategy
Use Recreate strategy for controller deployment
This commit is contained in:
commit
bc461da4c3
|
@ -9,6 +9,8 @@ spec:
|
|||
matchLabels:
|
||||
app: source-controller
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue