We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dad498f + 1ce6938 commit f003d26Copy full SHA for f003d26
2 files changed
docs/infrastructure/eks-quickstart.md
@@ -149,7 +149,7 @@ Install the NGINX Ingress Controller:
149
kubectl create namespace codacy
150
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
151
helm repo update
152
- helm upgrade --install --namespace codacy --version 4.3.0 nginx-ingress ingress-nginx/ingress-nginx -f values-nginx.yaml
+ helm upgrade --install --namespace codacy --version 4.8.3 nginx-ingress ingress-nginx/ingress-nginx -f values-nginx.yaml
153
```
154
155
## Uninstalling the Amazon EKS cluster
docs/values-files/values-nginx.yaml
@@ -14,6 +14,7 @@ controller:
14
clusterIP: "-"
15
defaultBackend:
16
17
+ enableAnnotationValidations: true
18
19
# resources used by the nginx controller
20
resources:
0 commit comments