Skip to content

Commit

Permalink
Add note to aware users for checking piped repositories config
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
khanhtc1202 committed Oct 23, 2024
1 parent 2acb054 commit f61589f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ It represents the service which you are going to deploy. With PipeCD, all applic

Each application can be handled by one and only one `piped`. Currently, PipeCD is supporting 5 kinds of application: Kubernetes, Terraform, CloudRun, Lambda, ECS.

> Note: Be sure your application manifests repository is listed in [Piped managing repositories configuration](../managing-piped/configuration-reference/#gitrepository:~:text=No-,repositories,-%5B%5DRepository).
Before deploying an application, it must be registered to help PipeCD knows
- where the application configuration is placed
- which `piped` should handle it and which platform the application should be deployed to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ It represents the service which you are going to deploy. With PipeCD, all applic

Each application can be handled by one and only one `piped`. Currently, PipeCD is supporting 5 kinds of application: Kubernetes, Terraform, CloudRun, Lambda, ECS.

> Note: Be sure your application manifests repository is listed in [Piped managing repositories configuration](../managing-piped/configuration-reference/#gitrepository:~:text=No-,repositories,-%5B%5DRepository).
Before deploying an application, it must be registered to help PipeCD knows
- where the application configuration is placed
- which `piped` should handle it and which platform the application should be deployed to
Expand Down

0 comments on commit f61589f

Please sign in to comment.