Skip to content

Commit

Permalink
fix helm doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Apr 10, 2024
1 parent bb47868 commit ca359c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/apisix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
| apisix.admin.allow.ipList | list | `["127.0.0.1/24"]` | The client IP CIDR allowed to access Apache APISIX Admin API service. |
| apisix.admin.cors | bool | `true` | Admin API support CORS response headers |
| apisix.admin.credentials | object | `{"admin":"","secretName":"","viewer":"4054f7cf07e344346cd3f287985e76a2"}` | Admin API credentials |
| apisix.admin.credentials.admin | string | `""` | Apache APISIX admin API admin role credentials. This is autogenerated with helm install if not passed. |
| apisix.admin.credentials.admin | string | `""` | Apache APISIX admin API admin role credentials. This is autogenerated with helm install if not passed. You can check configmap after deploying the helm chart to get the value. |
| apisix.admin.credentials.secretName | string | `""` | The APISIX Helm chart supports storing user credentials in a secret. The secret needs to contain two keys, admin and viewer, with their respective values set. |
| apisix.admin.credentials.viewer | string | `"4054f7cf07e344346cd3f287985e76a2"` | Apache APISIX admin API viewer role credentials |
| apisix.admin.enabled | bool | `true` | Enable Admin API |
Expand Down
3 changes: 1 addition & 2 deletions charts/apisix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ apisix:
cors: true
# -- Admin API credentials
credentials:
# -- Apache APISIX admin API admin role credentials. This is autogenerated with helm install if not passed.
# -- You can check configmap after deploying the helm chart to get the value.
# -- Apache APISIX admin API admin role credentials. This is autogenerated with helm install if not passed. You can check configmap after deploying the helm chart to get the value.
admin: ''
# -- Apache APISIX admin API viewer role credentials
viewer: 4054f7cf07e344346cd3f287985e76a2
Expand Down

0 comments on commit ca359c4

Please sign in to comment.