Skip to content

Commit 2ab6928

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 9c13541d87fee620e77a787441252722b9a203f7
Source: docs: optimize docs for custom task images (#994) Author: yzc Ref: refs/heads/release-4.6 Commit: 9c13541d87fee620e77a787441252722b9a203f7 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/9c13541d87fee620e77a787441252722b9a203f7 🤖 Synced on 2025-12-11 08:03:46 UTC
1 parent bdaead7 commit 2ab6928

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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-12-11 03:33:58 UTC
3+
- **Last synced**: 2025-12-11 08:03:46 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [ed0b16968849eb402c45e8d24d3efad70852ebff](https://github.com/alaudadevops/tektoncd-operator/commit/ed0b16968849eb402c45e8d24d3efad70852ebff)
5+
- **Source commit**: [9c13541d87fee620e77a787441252722b9a203f7](https://github.com/alaudadevops/tektoncd-operator/commit/9c13541d87fee620e77a787441252722b9a203f7)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#114](https://github.com/alaudadevops/tektoncd-operator/actions/runs/20121052094)
7+
- **Workflow run**: [#116](https://github.com/alaudadevops/tektoncd-operator/actions/runs/20126129422)
88

99
## Files synced:
1010
- docs/

‎docs/en/pipelines/how_to/add-custom-task-images-to-selector.mdx‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ spec:
133133
- name: PYTHON_IMAGE
134134
description: Image used for Python steps.
135135
type: string
136+
steps:
137+
- name: python-script
138+
image: $(params.PYTHON_IMAGE)
139+
script: |
140+
#!/bin/sh
141+
# Define your task script
136142
```
137143

138144
Descriptor items and meanings:

0 commit comments

Comments
 (0)