source-controller/config
Hidde Beydals 16c6a07504 Use Recreate strategy for controller deployment
- Prevents a deadlock in active-passive HA setups with multiple
  replicas and during upgrades that previously occurred. As the
  leader election would be held hostage by the previous replica
  set due to the rolling update strategy.
- Ensures backing persistent (RW) volumes can safely be used, as
  they can not be shared and will not become available to the next
  pod without recreating all.

Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-02-02 11:40:52 +01:00
..
crd Use LocalObjectReference from fluxcd/pkg/meta v0.7 2021-01-21 14:18:42 +02:00
default Remove deprecated bases from default kustomization 2020-08-21 10:26:46 +03:00
manager Use Recreate strategy for controller deployment 2021-02-02 11:40:52 +01:00
rbac Upgrade controller-runtime to v0.7.0 2020-12-18 19:17:10 +01:00
samples Rename samples to match `v1beta1` API 2020-09-30 17:07:16 +02:00
testdata Fix HelmChart valuesFile chart path restriction 2020-12-17 12:57:41 +02:00