Files
kubevela/docs
Yue Wang 1652b4cf0c init Helm module (#1131)
use settings from App to override Values

add discovery util to get workload created by helm module

add helm typed structs into workloadDef and traitDef

update doc & refine code

add e2e test for helm module application

use oam.dev/catalog as helm repo

Signed-off-by: roywang <seiwy2010@gmail.com>
2021-03-15 00:54:43 -07:00
..
2020-12-18 19:11:57 +08:00
2021-03-15 00:54:43 -07:00
2021-03-15 00:54:43 -07:00
2020-12-22 16:32:48 -08:00
2020-12-08 10:17:24 -08:00
2020-11-10 20:09:13 +08:00
2020-11-10 20:09:13 +08:00
2021-01-22 11:25:21 +08:00
2020-11-30 11:42:57 +08:00
2020-11-30 11:42:57 +08:00
2020-11-10 20:09:13 +08:00

KubeVela Website

kubevela.io

Contributing

  • Fork and clone

    $ git clone git@github.com:oam-dev/kubevela.git
    $ cd kubevela/docs
    
  • Install docsify-cli

    $ npm i docsify-cli -g
    
  • Make your changes

  • Local preview

    $ docsify serve
    Serving /xxx/kubevela.io now.
    Listening at http://localhost:3000
    

    Preview your changes at http://127.0.0.1:3000/.

  • Push your commit

    Thanks for your contribution!