mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-28 00:03:19 +00:00
Enable Helm drift detection
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
dd267ecc49
commit
0fb7ac95c0
2 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,12 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: podinfo
|
||||
interval: 50m
|
||||
driftDetection:
|
||||
mode: enabled
|
||||
ignore:
|
||||
- paths: ["/spec/replicas"]
|
||||
target:
|
||||
kind: Deployment
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue