Commit 8e416de
Campbell Pool
fix: use fullname helper for resource-config ConfigMap name
The resource-config ConfigMap uses a hardcoded name instead of the
portkeyenterprise.fullname helper. This causes a name collision when
deploying multiple chart instances in the same namespace — all instances
try to own the same ConfigMap, causing ArgoCD sync conflicts.
- Prefix name with portkeyenterprise.fullname (consistent with all
other resources in the chart)
- Add standard chart labels via portkeyenterprise.labels
- Update values.yaml comment and README to reflect dynamic naming1 parent 0722e35 commit 8e416de
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
| 268 | + | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
0 commit comments