Commit 2228ff7
feat(newrelic-logging): add global.images.pullSecrets support to daemonset
Update imagePullSecrets rendering to cascade from global.images.pullSecrets:
- Updated daemonset.yaml imagePullSecrets to include global.images.pullSecrets
- Uses common library renderPullSecrets helper with concat
- Maintains compatibility with existing chart-level image.pullSecrets
Configuration hierarchy:
1. global.images.pullSecrets (applied first - highest priority)
2. image.pullSecrets (chart level - applied second)
Both sources are concatenated to support flexible secret management.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d50f601 commit 2228ff7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments