jinjianming commented on issue #1862:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/1862#issuecomment-1623380114

   > ref to
   > 
   > 
https://github.com/apache/apisix-ingress-controller/blob/32c07516b6bf2fe8ff86ecdf65ee04a7afc0c535/test/e2e/suite-plugins/suite-plugins-other/plugin_config.go#L59-L75
   
   How to configure multiple plugins_ Config_ Name, my attempt to configure is 
invalid
   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixRoute
   metadata:
     name: buried
   spec:
     http:
       - name: buried
         match:
           hosts:
           - a.a.a
           paths:
           - /buried*
         backends:
            - serviceName: 127.0.0.1
              servicePort: 80
         plugin_config_name:
         - clickhouse-logger
         - response-rewrite
   ```


-- 
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]

Reply via email to