Commit 5c4e30e
committed
Fix: Add Redis parameters to PipelineRun template
- Added redis_action, redis_namespace, and redis_replicas parameters
- Follows same pattern as MongoDB parameters
- Fixes issue where Redis parameters were not being passed to PipelineRun
- Required for Collaborate addon Redis installation
This is the root cause fix for Redis not being installed when Collaborate
addon is selected. The parameters were being set in the CLI but not included
in the PipelineRun template, causing them to be filtered out.1 parent 8749a84 commit 5c4e30e
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
208 | 219 | | |
209 | 220 | | |
210 | 221 | | |
| |||
0 commit comments