tao12345666333 commented on PR #347:
URL:
https://github.com/apache/apisix-helm-chart/pull/347#issuecomment-1253153966
It can be like this:
```
# Add option for APISIX major version.
if apisix_major_version == 'v3'
# using v3 configuration template
else
# using v2 configuration template
```
Or we can add some translate logic in Chart.
I think this way the user experience will be better, but this may also lead
to some confusion for users.
Typically, users prefer the configuration item to be the same as the actual
configuration used.
--
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]