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 8995111 commit 7712a90Copy full SHA for 7712a90
src/content/docs/en/sdk/guides/aws-deployment.mdx
@@ -191,14 +191,7 @@ helm repo update
191
helm install nginx-ingress nginx-stable/ingress-nginx --namespace kube-system
192
```
193
194
-2. Prometheus Stack:
195
-```bash
196
-helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
197
-helm repo update
198
-helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack --namespace kube-system
199
-```
200
-
201
-3. Cert-Manager:
+2. Cert-Manager:
202
```bash
203
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.0/cert-manager.yaml
204
0 commit comments