Add tasks to manage kyverno-admission-controller FlowSchema for Argo CD compatibility, addressing server-side applied conflicts and ensuring proper Helm SSA conflict recovery.

This commit is contained in:
Nikholas Pcenicni
2026-05-13 17:11:11 -04:00
parent d206a590ab
commit fc70c68c26
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
# When true, delete **FlowSchema/kyverno-admission-controller** if **managedFields** show **argocd-controller**
# (Helm SSA conflict after Argo synced Kyverno before Ansible).
noble_kyverno_repair_argo_ssa_on_flowschema: true
# When true, delete that FlowSchema whenever it exists (before Helm). One-shot escape hatch.
noble_kyverno_delete_kyverno_admission_flowschema_if_present: false