Skip to content

Commit bf015be

Browse files
Updated step-03 in Section-09 for Ingress Install
Updated step-03 in Section-09 for Ingress Install
1 parent f78fd0e commit bf015be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

09-Ingress-Basic/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ kubectl create namespace ingress-basic
4343
4444
# Add the official stable repository
4545
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
46-
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
4746
helm repo update
4847
4948
# Customizing the Chart Before Installing.
@@ -135,4 +134,4 @@ kubectl delete -f kube-manifests/
135134
```
136135
Ingress Admission Webhooks
137136
With nginx-ingress-controller version 0.25+, the nginx ingress controller pod exposes an endpoint that will integrate with the validatingwebhookconfiguration Kubernetes feature to prevent bad ingress from being added to the cluster. This feature is enabled by default since 0.31.0.
138-
```
137+
```

0 commit comments

Comments
 (0)