Commit 53bc94c
committed
fix(argocd): clusterResourceWhitelist leeg laten
Onze Argo ServiceAccount heeft op productie geen rechten om cluster-scoped
resources aan te maken; die worden out-of-band door ODCN beheerd. Een
whitelist met ClusterRole/ClusterRoleBinding/Namespace was misleidend
(deed in praktijk niks omdat Argo ze toch niet kan maken).
Lege whitelist blokkeert nu expliciet elke cluster-scoped sync-poging,
zonder bestaande resources te raken.1 parent ccc2bac commit 53bc94c
1 file changed
Lines changed: 8 additions & 12 deletions
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
| |||
0 commit comments