Commit fd15d1e
Fix duplicate VMCP_IMAGE env var in e2e lifecycle workflow
The test-e2e-lifecycle.yml workflow was setting VMCP_IMAGE via
operator.env[0], but PR 2802 added a dedicated operator.vmcpImage
value that gets rendered directly in the deployment template.
This caused duplicate VMCP_IMAGE entries in the env array.
Update the workflow to use the new operator.vmcpImage helm value
instead of the generic operator.env mechanism.1 parent b32f9f7 commit fd15d1e
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| |||
0 commit comments