dickens7 commented on a change in pull request #112: URL: https://github.com/apache/apisix-helm-chart/pull/112#discussion_r671081283
########## File path: docs/en/latest/apisix-dashboard.md ########## @@ -31,10 +31,38 @@ $ helm repo update $ helm install apisix-dashboard apisix/apisix-dashboard ``` +- Configure the custom plug-in JSONSchema [How to get jsonschema?](https://apisix.apache.org/docs/dashboard/FAQ/#4-after-modifying-the-plugin-schema-or-creating-a-custom-plugin-in-apache-apisix-why-cant-i-find-it-on-the-dashboard) + +```shell +helm install <name> apisix/apisix-dashboard . -n <namespace> --set-file config.schema=./schema.json +``` + ## Uninstall To uninstall/delete the `apisix-dashboard` release: ```shell $ helm uninstall apisix-dashboard ``` + +## Configuration + +Parameter | Description | Default +------------ | ------------- | ------------- + Config.conf | | Review comment: Here is a separator to separate configuration items -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
