Commit 65fde63
feat(nr-ebpf-agent): add global.images.pullSecrets support to daemonsets
Update imagePullSecrets rendering in both daemonsets to cascade from global.images.pullSecrets:
- Updated nr-ebpf-agent-daemonset.yaml to include global.images.pullSecrets
- Updated otel-collector-daemonset.yaml to include global.images.pullSecrets
- Both use common library renderPullSecrets helper with concat
Configuration hierarchy:
1. global.images.pullSecrets (applied first - highest priority)
2. pullSecrets (chart level - applied second)
Both sources are concatenated to support flexible secret management.
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>1 parent b2dfe5f commit 65fde63
File tree
2 files changed
+4
-2
lines changed- charts/nr-ebpf-agent/templates
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments