Chore: Remove unused parameter 'addonName' from 'vela-cli' workflow step. (#6930)
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:
James Dobson
2025-10-09 16:34:26 -04:00
committed by GitHub
parent 743fcc6efc
commit d46ad7e06e
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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