We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f04b44 commit d99cf08Copy full SHA for d99cf08
content/nginxaas-azure/loadbalancer-kubernetes.md
@@ -148,7 +148,7 @@ The NLK controller can be installed in your Kubernetes cluster using either Helm
148
Install the NLK controller using `helm install`. Be sure your kubectl context is pointed at the desired cluster.
149
150
```bash
151
-helm install nlk oci://registry-1.docker.io/nginxcharts/nginxaas-loadbalancer-kubernetes --version 1.0.0 \
+helm install nlk oci://registry-1.docker.io/nginxcharts/nginxaas-loadbalancer-kubernetes --version 1.1.1 \
152
--set "nlk.dataplaneApiKey=${keyValue}" \
153
--set "nlk.config.nginxHosts=${dataplaneAPIEndpoint}nplus"
154
```
0 commit comments