Skip to content

Commit 9d661c1

Browse files
authored
Merge pull request #1859 from yomalip/deprecate-yaml
Deprecate component-config and endpoints yaml file
2 parents 5da9704 + 974e040 commit 9d661c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/developer-docs/docs/develop-components/manage-component-source-configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Click the respective tab to view the structure for your current configuration fi
415415
!!! note
416416
Choreo automatically generates connection configurations when you create a connection. The properties such as **name**, **connectionConfig**, and **env.from** are automatically generated. However, you must manually set the **env.to** value.
417417

418-
## Overview of the `component-config.yaml` file
418+
## Overview of the `component-config.yaml` file(deprecated)
419419

420420
**File location**:
421421

@@ -494,7 +494,7 @@ You must include the following configurations in the `serviceReferences` schema:
494494
| **env.from** | Required | The key name of the connection configuration. |
495495
| **env.to** | Required | The environment variable to inject into the container. |
496496

497-
## Overview of the `endpoints.yaml` file
497+
## Overview of the `endpoints.yaml` file(deprecated)
498498

499499
**File location**:
500500

0 commit comments

Comments
 (0)