fix(harbor): enable automated selfHeal on harbor Application
Matches what was manually set on the drifted live Application so that Argo CD reconciles from Forgejo automatically. Non-destructive (prune: false). Refs DEV-458. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
56e598f66c
commit
1015b3bc8e
1 changed files with 3 additions and 0 deletions
|
|
@ -13,5 +13,8 @@ spec:
|
|||
server: https://kubernetes.default.svc
|
||||
namespace: harbor
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue