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:
|
matchLabels:
|
||||||
app: source-controller
|
app: source-controller
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue