Add tasks to wait for Kyverno admission controller rollout and webhook service endpoints, enhancing deployment reliability and ensuring successful policy validation.

This commit is contained in:
Nikholas Pcenicni
2026-05-13 21:08:56 -04:00
parent 70cb74d8bd
commit 774b97894c
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
# After the operator chart, the validating webhook can still be a few seconds behind Helm --wait.
noble_kyverno_policies_endpoint_wait_retries: 60
noble_kyverno_policies_endpoint_wait_delay: 5
# Transient "failed calling webhook ... context deadline exceeded" while admission warms up.
noble_kyverno_policies_helm_retries: 12
noble_kyverno_policies_helm_delay: 20