Skip to content

Commit 2118d2e

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/connectors-operator on 549295a47a43664e6ff0db322ed61e4fd4e07388
Source: fix docs lint error (#445) Author: chengjingtao Ref: refs/heads/release-1.6 Commit: 549295a47a43664e6ff0db322ed61e4fd4e07388 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/connectors-operator/commit/549295a47a43664e6ff0db322ed61e4fd4e07388 🤖 Synced on 2025-12-15 04:36:12 UTC
1 parent 323b14e commit 2118d2e

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
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-12 11:10:28 UTC
3+
- **Last synced**: 2025-12-15 04:36:12 UTC
44
- **Source repository**: alaudadevops/connectors-operator
5-
- **Source commit**: [1c58b39b23d088ba601f6c16ebf000fe2a4a3c6b](https://github.com/alaudadevops/connectors-operator/commit/1c58b39b23d088ba601f6c16ebf000fe2a4a3c6b)
5+
- **Source commit**: [549295a47a43664e6ff0db322ed61e4fd4e07388](https://github.com/alaudadevops/connectors-operator/commit/549295a47a43664e6ff0db322ed61e4fd4e07388)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#65](https://github.com/alaudadevops/connectors-operator/actions/runs/20164913260)
7+
- **Workflow run**: [#67](https://github.com/alaudadevops/connectors-operator/actions/runs/20220652421)
88

99
## Files synced:
1010
- docs/

‎docs/en/connectors-harbor/concepts/harbor_connectorclass.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For example:
9090

9191
For security best practices, we recommend creating credentials with minimal required permissions. When additional privileges are needed, create separate Connectors with more privileged secret and use namespace isolation to control which users can access each Connector.
9292

93-
### Proxy and Configuration Capabilities
93+
### Proxy and Configuration Capabilities \{#proxy_and_configuration_capabilities}
9494

9595
The Harbor Connector provides proxy capabilities to enable secure access to Harbor registries.
9696

‎docs/en/connectors-harbor/how_to/using_harbor_connector_in_k8s.mdx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ volumes:
9393
configuration.names: "config"
9494
```
9595

96-
> For the configuration information of the Harbor ConnectorClass, please refer to [Harbor ConnectorClass Configuration](../concepts/harbor_connectorclass.mdx#configuration).
96+
> For the configuration information of the Harbor ConnectorClass, please refer to [Harbor ConnectorClass Configuration](../concepts/harbor_connectorclass.mdx#proxy_and_configuration_capabilities).
9797

98-
3. Configuring the client CLI to support pushing to insecure registries
98+
1. Configuring the client CLI to support pushing to insecure registries
9999

100100
Since the proxy service provided by the connector uses HTTP protocol, it is necessary to configure `insecure-registries` on the client. Different clients have different configuration methods:
101101

@@ -121,4 +121,4 @@ For example:
121121
## More
122122

123123
- [Using Harbor Connector to Build Images in K8S Job](./using_harbor_connector_in_k8s_job.mdx)
124-
- [Using Harbor Connector to Build Images in Tekton Pipeline](./using_harbor_connector_in_tekton_pipeline.mdx)
124+
- [Using Harbor Connector to Build Images in Tekton Pipeline](./using_harbor_connector_forward_proxy_in_tekton_pipeline.mdx)

‎docs/en/connectors-oci/trouble_shooting/csi_driver_issues.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ spec:
212212
- [OCI Connector Quick Start](../quick_start.mdx)
213213
- [Connector Status Troubleshooting](../../connectors/trouble_shooting/connectors_issues.mdx)
214214
- [Using OCI Connector in Kubernetes Workloads](../how_to/using_oci_connector_in_k8s.mdx)
215-
- [Using OCI Connector in Tekton Pipeline](../how_to/using_oci_connector_in_tekton_pipeline.mdx)
215+
- [Using OCI Connector in Tekton Pipeline](../how_to/using_oci_connector_forward_proxy_in_tekton_pipeline.mdx)

‎docs/en/connectors/concepts/resource_interface.mdx‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ The following ConnectorClass configuration defines the `GET /git/gitrefs` API wi
419419
- The `search` parameter is set to `${current.search}` for filtering results
420420
- The response `items` array is mapped to select options, using `name` for both label and value
421421

422+
example:
423+
422424
``` yaml
423425
kind: ConnectorClass
424426
spec:
@@ -470,6 +472,8 @@ Once the API is defined in ConnectorClass, reference it in your ResourceInterfac
470472
- `urn:alm:descriptor:widgets:select` to specify the widget type
471473
- `schema:openapi:context.connectorClass.spec.api.openapi:<operationId>` to reference the API definition in the ConnectorClass
472474

475+
for example:
476+
473477
```yaml
474478
kind: ResourceInterface
475479
metadata:

0 commit comments

Comments
 (0)