Skip to content

Commit 227a606

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 6a618335893c5b61c114c57709d03ead259a21e9
Source: docs(crds): update crds information (#436) Author: l-qing Ref: refs/heads/release-4.2 Commit: 6a618335893c5b61c114c57709d03ead259a21e9 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/6a618335893c5b61c114c57709d03ead259a21e9 🤖 Synced on 2025-09-03 06:09:06 UTC
1 parent eff545f commit 227a606

27 files changed

+95791
-139206
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-08-15 08:54:59 UTC
3+
- **Last synced**: 2025-09-03 06:09:06 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [33f60382c4cc43a17e38f5bc3592a13e3da88347](https://github.com/alaudadevops/tektoncd-operator/commit/33f60382c4cc43a17e38f5bc3592a13e3da88347)
6-
- **Triggered by**: l-qing
7-
- **Workflow run**: [#41](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16986648714)
5+
- **Source commit**: [6a618335893c5b61c114c57709d03ead259a21e9](https://github.com/alaudadevops/tektoncd-operator/commit/6a618335893c5b61c114c57709d03ead259a21e9)
6+
- **Triggered by**: edge-katanomi-app2[bot]
7+
- **Workflow run**: [#42](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17422107876)
88

99
## Files synced:
1010
- docs/
Lines changed: 358 additions & 358 deletions
Large diffs are not rendered by default.

‎docs/en/chains/development/setup_cosign.mdx‎

Lines changed: 0 additions & 247 deletions
This file was deleted.

‎docs/en/triggers/trouble_shooting/pipeline_not_triggered.mdx‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
weight: 10
3+
sourceSHA: 4894d6ee9f6876a61b243b991087cc3b3083a7c424fdf0374d5300a347099774
34
---
45

56

67
# The Pipeline is not automatically triggered
78

89
## Problem Description
910

10-
After creating the `Pipeline` and `Trigger` using `Pipelines` functionality through the UI console, the `Pipeline` is not automatically triggered even though the event is sent (i.e the code is pushed).
11+
After creating the `Pipeline` and `Trigger` using `Pipelines` functionality through the UI console, the `Pipeline` is not automatically triggered event though the event is sent (i.e the code is pushed).
1112

1213
## Root Cause Analysis
1314

@@ -18,18 +19,18 @@ There are several possible causes for this issue:
1819
3. The `ServiceAccount` used by the `EventListener` deployment does not have enough permissions.
1920
4. The `Trigger` is not configured correctly.
2021

21-
## Problem Investigation
22+
## Problem Investigation
2223

23-
Given the possible issues mentioned above, follow the steps to find the root cause of the problem:
24+
Given the possible issues mentioned above, follow the steps to find the root cause of the problem:
2425

25-
### Webhook configuration was not set up correctly
26+
### Webhook configuration was not setup correctly
2627

2728
1. Access your repository/settings using an account with appropriate permissions.
2829
2. Check all webhook settings and confirm with the platform administrator details regarding the target address of the webhook.
29-
3. Make sure the required events are enabled by the webhook. For Gitlab events, please refer to [GitLab Event Triggers](../how_to/gitlab_events.mdx)
30+
3. Make sure the required events are enabled by the webhook. For Gitlab events please refer to [GitLab Event Triggers](../how_to/gitlab_events.mdx)
31+
3032

31-
32-
### EventListener not deployed or set up incorrectly
33+
### EventLister not deployed or setup incorrectly
3334

3435
1. Verify with the Platform Administrator that the `EventListener` was deployed and can be reached from the event source (i.e Gitlab instance).
3536
2. Access the `EventListener` resource and check if it is listening `Triggers` in the target namespace checking the `EventListener` resource `spec`, it should have the `namespaceSelector` field set to `*` or listing the target namespace.

0 commit comments

Comments
 (0)