Commit 661dd7f
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>
Signed-off-by: Ian Miller <milleryan2003@gmail.com>1 parent bb1c4aa commit 661dd7f
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 | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
216 | 218 | | |
217 | 219 | | |
218 | 220 | | |
| |||
1066 | 1068 | | |
1067 | 1069 | | |
1068 | 1070 | | |
1069 | | - | |
1070 | 1071 | | |
1071 | 1072 | | |
1072 | 1073 | | |
| |||
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