mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 16:53:23 +00:00
* Fix(cli): avoid issues when using dot as local addon path Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Test(cli): add tests for `vela addon enable .` Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Test(cli): use sample addon to test Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Test(cli): fix typos in tests accordingly Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Test(cli): correct file path Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Test(cli): do not focus single test Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Test(cli): fix typos in tests accordingly Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> * Refactor: correct error output Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com> Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com> Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com>
15 lines
267 B
YAML
15 lines
267 B
YAML
name: sample
|
|
version: 1.0.1
|
|
description: This is a test sample addon
|
|
icon: https://www.terraform.io/assets/images/logo-text-8c3ba8a6.svg
|
|
url: https://terraform.io/
|
|
|
|
tags: []
|
|
|
|
deployTo:
|
|
control_plane: true
|
|
runtime_cluster: false
|
|
|
|
dependencies: []
|
|
|
|
invisible: false |