Skip to content

Commit 39f8e9f

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/connectors-operator on 84f45e1e345b9690263da0555b4249400a48c255
Source: docs: [DEVOPS-42438] add cert workspace in how to use maven connector in tekton task docs (#251) Author: yzc Ref: refs/heads/main Commit: 84f45e1e345b9690263da0555b4249400a48c255 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/connectors-operator/commit/84f45e1e345b9690263da0555b4249400a48c255 🤖 Synced on 2025-10-14 07:30:23 UTC
1 parent 2fc87b6 commit 39f8e9f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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-10-10 13:43:52 UTC
3+
- **Last synced**: 2025-10-14 07:30:23 UTC
44
- **Source repository**: alaudadevops/connectors-operator
5-
- **Source commit**: [24a919d0ba9df99d8040015b826b26bae5c7573e](https://github.com/alaudadevops/connectors-operator/commit/24a919d0ba9df99d8040015b826b26bae5c7573e)
5+
- **Source commit**: [84f45e1e345b9690263da0555b4249400a48c255](https://github.com/alaudadevops/connectors-operator/commit/84f45e1e345b9690263da0555b4249400a48c255)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#36](https://github.com/alaudadevops/connectors-operator/actions/runs/18408393729)
7+
- **Workflow run**: [#38](https://github.com/alaudadevops/connectors-operator/actions/runs/18488959742)
88

99
## Files synced:
1010
- docs/

‎docs/en/connectors-maven/how_to/using-in-tekton-task.mdx‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ spec:
3939
connector.name: maven-connector
4040
connector.namespace: ""
4141
configuration.names: "settings"
42+
- name: cert
43+
csi:
44+
driver: connectors-csi
45+
readOnly: true
46+
volumeAttributes:
47+
connector.name: maven-connector
48+
connector.namespace: ""
49+
configuration.names: "settings"
4250
```
4351
4452
For workspaces parameters, please refer to [Using Connectors CSI Driver to mount settings.xml file](../concepts/maven_connectorclass.mdx#using-connectors-csi-driver-to-mount-settingsxml-file) in Maven Connector Concepts document.

0 commit comments

Comments
 (0)