Skip to content

Commit 925031d

Browse files
committed
Helm is needed to support Observability
1 parent 36de3f0 commit 925031d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

operations/observability/mixins/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,10 @@ There are a couple of ways to trigger a werft job that will deploy a preview env
299299

300300
1. You can open a Pull Request with the following line in the description:
301301
```
302-
/werft with-observability
302+
# we deploy using K8s manifests generated by our new installer
303+
# observability only works with our old helm chart
304+
# to support observability, use with-helm will;
305+
/werft with-observability with-helm
303306
304307
# Just in case your PR requires extra configuration on Prometheus side
305308
# (and you have a new branch on https://github.com/gitpod-io/observability with such changes)
@@ -309,13 +312,13 @@ There are a couple of ways to trigger a werft job that will deploy a preview env
309312

310313
2. After opening a Pull Request, you can add a Github comment:
311314
```
312-
/werft run with-observability
313-
/werft run withObservabilityBranch="<my-branch>"
315+
/werft run with-observability with-helm
316+
/werft run withObservabilityBranch="<my-branch>" with-observability
314317
```
315318

316319
3. Inside your workspace, run:
317320
```
318-
werft run github -a with-observability="" -a withObservabilityBranch="<my-branch>"
321+
werft run github -a with-observability=true -a withObservabilityBranch="<my-branch>" -a with-helm=true
319322
```
320323

321324
As mentioned in [How is our mixin consumed?](#How-is-our-mixin-consumed), please remember that a commit must be done for us to update monitoring-satellite with the dashboards/alerts/recording rule changes.

0 commit comments

Comments
 (0)