mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
Chore: Remove unused parameter 'addonName' from 'vela-cli' workflow step. (#6930)
Some checks failed
Webhook Upgrade Validation / webhook-upgrade-check (push) Failing after 20s
Some checks failed
Webhook Upgrade Validation / webhook-upgrade-check (push) Failing after 20s
Signed-off-by: James Dobson <jdobson@guidewire.com>
This commit is contained in:
@@ -126,8 +126,6 @@ spec:
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter: {
|
parameter: {
|
||||||
// +usage=Specify the name of the addon.
|
|
||||||
addonName: string
|
|
||||||
// +usage=Specify the vela command
|
// +usage=Specify the vela command
|
||||||
command: [...string]
|
command: [...string]
|
||||||
// +usage=Specify the image
|
// +usage=Specify the image
|
||||||
|
|||||||
@@ -133,8 +133,6 @@ template: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter: {
|
parameter: {
|
||||||
// +usage=Specify the name of the addon.
|
|
||||||
addonName: string
|
|
||||||
// +usage=Specify the vela command
|
// +usage=Specify the vela command
|
||||||
command: [...string]
|
command: [...string]
|
||||||
// +usage=Specify the image
|
// +usage=Specify the image
|
||||||
|
|||||||
Reference in New Issue
Block a user