Skip to content

Commit 05826a6

Browse files
authored
CFK-2754 modifying ingress example (#301)
1 parent 1e41d26 commit 05826a6

File tree

1 file changed

+1
-5
lines changed
  • blueprints/cp-nonrbac-saslplain-ingress

1 file changed

+1
-5
lines changed

blueprints/cp-nonrbac-saslplain-ingress/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ This scenario uses the Control Plane and Data Plane you deployed in [Quick Start
3535
1. Install Ingress controller:
3636

3737
```bash
38-
helm repo add nginx-stable https://helm.nginx.com/stable
39-
40-
helm repo update
41-
42-
helm upgrade --install my-nginx nginx-stable/nginx-ingress \
38+
helm upgrade --install ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx \
4339
--set controller.publishService.enabled=true \
4440
--set controller.extraArgs.enable-ssl-passthrough="true"
4541
```

0 commit comments

Comments
 (0)