this is what i do via the command line and it work...
# general
q
this is what i do via the command line and it works fine:
Copy code
# helm repo add kong <https://charts.konghq.com>
# helm repo update
# helm install kong/kong --generate-name --set ingressController.installCRDs=false,proxy.type=NodePort,proxy.http.nodePort=31500,proxy.tls.nodePort=32500