Add retry/ServerSideApply to CNPG helm app

This commit is contained in:
Julia McGhee
2026-03-20 18:49:37 +00:00
parent 6f1418d0c6
commit 9867129eff

View File

@@ -20,3 +20,10 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
retry:
limit: 5
backoff:
duration: 30s
maxDuration: 5m
factor: 2