This is an automated email from the ASF dual-hosted git repository. kayx23 pushed a commit to branch docs/2-1-0-doc-refresh-v2-branch in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 495f1b3c694bb63bf0fbe27f45c949b34734cde4 Author: kayx23 <[email protected]> AuthorDate: Tue Jun 2 11:40:25 2026 +0800 docs: simplify consumer label example --- docs/en/latest/reference/example.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/latest/reference/example.md b/docs/en/latest/reference/example.md index c92aefeb..5d403d44 100644 --- a/docs/en/latest/reference/example.md +++ b/docs/en/latest/reference/example.md @@ -614,8 +614,6 @@ spec: key: alice-primary-key ``` -Labels in `metadata.labels` are propagated to the APISIX consumer. - You can also use the secret CRD, where the credential should be base64 encoded: ```yaml
