File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Install the NGINX Ingress Controller:
149149 kubectl create namespace codacy
150150 helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
151151 helm repo update
152- helm upgrade --install --namespace codacy --version 4.3.0 nginx-ingress ingress-nginx/ingress-nginx -f values-nginx.yaml
152+ helm upgrade --install --namespace codacy --version 4.8.3 nginx-ingress ingress-nginx/ingress-nginx -f values-nginx.yaml
153153 ```
154154
155155## Uninstalling the Amazon EKS cluster
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ controller:
1414 clusterIP : " -"
1515 defaultBackend :
1616 clusterIP : " -"
17+ enableAnnotationValidations : true
1718
1819 # resources used by the nginx controller
1920 resources :
You can’t perform that action at this time.
0 commit comments