Skip to content

Commit a01c01d

Browse files
committed
Fixes #192: Amend Prometheus Helm release name
Signed-off-by: Jordi Febrer <[email protected]>
1 parent ebcef7d commit a01c01d

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

website/docs/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.0.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ kubectl create ns monitoring
148148
```bash
149149
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
150150
helm repo update
151-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
151+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
152152
```
153153

154154
- Create the pod monitor as specified

website/versioned_docs/version-2.1.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.2.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.3.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.4.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.5.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.6.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.7.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.8.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

website/versioned_docs/version-2.9.0/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ kubectl create ns monitoring
154154
```bash
155155
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
156156
helm repo update
157-
helm install prom prometheus-community/kube-prometheus-stack --namespace monitoring
157+
helm install prometheus-stack prometheus-community/kube-prometheus-stack --namespace monitoring
158158
```
159159

160160
- Create the pod monitor as specified

0 commit comments

Comments
 (0)