Skip to content

Commit 5f862a5

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 76bf60d65f5c19d99794f1a630edb11b30bcf659
Source: docs(deploy): simplify global deployment configuration (#568) Author: edge-katanomi-app2[bot] Ref: refs/heads/release-4.3 Commit: 76bf60d65f5c19d99794f1a630edb11b30bcf659 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/76bf60d65f5c19d99794f1a630edb11b30bcf659 🤖 Synced on 2025-09-15 06:06:45 UTC
1 parent 3625a0e commit 5f862a5

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

‎.github/SYNC_INFO.md‎

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

3-
- **Last synced**: 2025-09-12 07:46:48 UTC
3+
- **Last synced**: 2025-09-15 06:06:45 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [184ff529fbf27a5622d553bd6ddedbd18e7a7bb2](https://github.com/alaudadevops/tektoncd-operator/commit/184ff529fbf27a5622d553bd6ddedbd18e7a7bb2)
5+
- **Source commit**: [76bf60d65f5c19d99794f1a630edb11b30bcf659](https://github.com/alaudadevops/tektoncd-operator/commit/76bf60d65f5c19d99794f1a630edb11b30bcf659)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#57](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17668126289)
7+
- **Workflow run**: [#62](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17723682953)
88

99
## Files synced:
1010
- docs/

‎docs/en/how_to/deploy_global.mdx‎

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ spec:
3939
options:
4040
disabled: false
4141
ingress:
42-
hubs-wrapper: # support for version 4.2 and later
43-
spec:
44-
ingressClassName: global-alb2
45-
tektoncd-hubs-api: # ensure compatibility with version 4.1 and earlier
42+
hubs-wrapper:
4643
spec:
4744
ingressClassName: global-alb2
4845
deployments:
49-
hubs-wrapper: # support for version 4.2 and later
46+
hubs-wrapper:
5047
spec:
5148
template:
5249
spec:
@@ -63,27 +60,8 @@ spec:
6360
- name: KUBERNETES_SERVICE_HOST
6461
value: erebus.cpaas-system
6562
name: hubs-wrapper
66-
tektoncd-hubs-api: # ensure compatibility with version 4.1 and earlier
67-
spec:
68-
template:
69-
spec:
70-
containers:
71-
- env:
72-
- name: KUBERNETES_PORT_443_TCP
73-
value: tcp://erebus.cpaas-system:443
74-
- name: KUBERNETES_PORT_443_TCP_ADDR
75-
value: erebus.cpaas-system
76-
- name: KUBERNETES_PORT
77-
value: tcp://erebus.cpaas-system:443
78-
- name: EREBUS
79-
value: https://erebus.cpaas-system:443
80-
- name: KUBERNETES_SERVICE_HOST
81-
value: erebus.cpaas-system
82-
name: tektoncd-hubs-api
8363
```
8464
85-
> If both `hubs-wrapper` and `tektoncd-hubs-api` are configured simultaneously, versions 4.0 and 4.2 can be supported at the same time.
86-
8765
## Optional: Deploying tekton-results in a global cluster
8866
8967
If users have deployed tekton-results in a global cluster, they also need to configure the `options` for the results component. Similar to the pipeline configuration, you need to configure both ingress and deployment settings for the `tektoncd-results-api` component.

0 commit comments

Comments
 (0)