Trying to install Kong using the Helm chart Trying to install Kong using the Helm chart kubernetes kubernetes

Trying to install Kong using the Helm chart


In helm version 3 --name flag is removed. You can give a name without --name flag as shown below

helm repo add kong https://charts.konghq.comhelm repo updatehelm install --version 1.7.0 kong kong/kong  --namespace kong --set ingressController.enabled=true --set image.tag=1.4 --set admin.useTLS=false

Find more details here