mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
Fix(CUE): fix volumns variable err bug in vela-cli
Signed-off-by: yukunjie <yukunjie007@163.com>
Co-authored-by: yukunjie <yukunjie007@163.com>
(cherry picked from commit b605e0857c)
This commit is contained in:
committed by
github-actions[bot]
parent
fa8350bc50
commit
22c3e995a2
@@ -46,11 +46,11 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if parameter.storage != _|_ && parameter.storage.hostPath != _|_ for v in parameter.storage.hostPath {
|
},
|
||||||
{
|
if parameter.storage != _|_ && parameter.storage.hostPath != _|_ for v in parameter.storage.hostPath {
|
||||||
name: "hostpath-" + v.name
|
{
|
||||||
path: v.path
|
name: "hostpath-" + v.name
|
||||||
}
|
path: v.path
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -41,11 +41,11 @@ template: {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if parameter.storage != _|_ && parameter.storage.hostPath != _|_ for v in parameter.storage.hostPath {
|
},
|
||||||
{
|
if parameter.storage != _|_ && parameter.storage.hostPath != _|_ for v in parameter.storage.hostPath {
|
||||||
name: "hostpath-" + v.name
|
{
|
||||||
path: v.path
|
name: "hostpath-" + v.name
|
||||||
}
|
path: v.path
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user