Commit 8695c96
feat: add global.images.pullSecrets support to k8s-agents-operator
Add support for cascade imagePullSecrets from global.images.pullSecrets:
- Added pullSecrets configuration to controllerManager.manager.image in values.yaml
- Added imagePullSecrets rendering in deployment.yaml that respects both
global.images.pullSecrets (takes precedence) and chart-level pullSecrets
- Pattern: Concatenates global and chart-level pullSecrets, uses common library
renderPullSecrets helper for consistent formatting
Configuration hierarchy:
1. global.images.pullSecrets (applied first)
2. controllerManager.manager.image.pullSecrets (applied second)
Both sources are combined to support flexible secret management.
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>1 parent b3beb5e commit 8695c96
File tree
2 files changed
+10
-0
lines changed- charts/k8s-agents-operator
- templates
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments