mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-07 18:07:30 +00:00
* Removed prometheus and certmanager crd's, use cert-manager helm chart dependency instead * Fixed unit and 2e2 tests. Added servicemonitors and certmanager crd dependencies for tests as testdata. * Run `helm dependency update` * Delete kubevela helm release and namespace if existing * WIP - Bad hack to add the certmanager crds before installing kubevela with cert-manager as dependency. The cert-manager crds are not available, when kubevela Issuer are installed otherwise. * WIP Added admission patch for webhook * WIP Refactored secrets config * WIP Fixed helm chart * WIP Disabled metrics cap, due missing prometheus dependency by default * WIP Added certmanager for e2e tests * WIP Added certmanager for e2e tests * WIP cleanup * Updated docs * Re-added certificate mount path
KubeVela Website
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:3000Preview your changes at http://127.0.0.1:3000/.
-
Push your commit
Thanks for your contribution!