mirror of
https://github.com/kubevela/kubevela.git
synced 2026-07-28 18:01:24 +00:00
Fix: storage trait mountToEnv should replace existing env value (#7217)
Signed-off-by: Harsh63870 <harshvardhanpandey372@gmail.com>
This commit is contained in:
committed by
GitHub
parent
22d51160e3
commit
1ba52548ed
@@ -182,6 +182,7 @@ spec:
|
||||
|
||||
containers: [{
|
||||
// +patchKey=name
|
||||
// +patchStrategy=retainKeys
|
||||
env: envList
|
||||
// +patchKey=name
|
||||
volumeDevices: volumeDevicesList
|
||||
|
||||
@@ -176,6 +176,7 @@ template: {
|
||||
|
||||
containers: [{
|
||||
// +patchKey=name
|
||||
// +patchStrategy=retainKeys
|
||||
env: envList
|
||||
// +patchKey=name
|
||||
volumeDevices: volumeDevicesList
|
||||
|
||||
Reference in New Issue
Block a user