Commit 28307e4
committed
fix: requeue on spiffe-helper-config failure, remove from template list
Remove spiffe-helper-config from templateConfigMapNames since it is now
derived from PlatformConfig via ensureSpiffeHelperConfigMap. Make failure
in ensureSpiffeHelperConfigMap set error status and requeue (30s), matching
the SCC binding pattern, to prevent stamping workloads with a stale or
missing spiffe-helper-config.
Addresses review feedback from kevincogan on PR #437.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>1 parent e64b378 commit 28307e4
2 files changed
Lines changed: 5 additions & 4 deletions
File tree
- kagenti-operator/internal/controller
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| |||
993 | 995 | | |
994 | 996 | | |
995 | 997 | | |
996 | | - | |
997 | 998 | | |
998 | 999 | | |
999 | 1000 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
813 | | - | |
| 812 | + | |
| 813 | + | |
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
| |||
0 commit comments