Skip to content

Commit 3d5d966

Browse files
committed
docs: drop slack_sink example from GitOps values
The example generated_values.yaml in argocd.rst and flux.rst showed a slack_sink config alongside robusta_sink. Drop the slack_sink to keep the example focused on what's necessary for the GitOps install (robusta_sink + cluster knobs). https://claude.ai/code/session_019GQrc8wVq14if8f7F3pp4f
1 parent f22ec75 commit 3d5d966

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

docs/setup-robusta/gitops/argocd.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ Example ``generated_values.yaml``:
2828
signing_key: xxxxxx
2929
account_id: xxxxxx
3030
sinksConfig:
31-
- slack_sink:
32-
name: main_slack_sink
33-
slack_channel: robusta-staging-alerts
34-
api_key: xxxxxx
3531
- robusta_sink:
3632
name: robusta_ui_sink
3733
token: xxxxxx

docs/setup-robusta/gitops/flux.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ Example ``generated_values.yaml``:
2929
signing_key: xxxxxx
3030
account_id: xxxxxx
3131
sinksConfig:
32-
- slack_sink:
33-
name: main_slack_sink
34-
slack_channel: robusta-staging-alerts
35-
api_key: xxxxxx
3632
- robusta_sink:
3733
name: robusta_ui_sink
3834
token: xxxxxx

0 commit comments

Comments
 (0)