Skip to content

Commit 24cdc4c

Browse files
committed
docs: fix link
1 parent ce9d43b commit 24cdc4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/pages/configuration/deployments/helm/chart

docs/pages/configuration/deployments/helm/chart/local.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DevSpace can deploy Helm charts located on the same filesystem as the `devspace.
77

88

99
## Local Charts vs Dependencies
10-
If you have multiple services located in the same git repository (monorepo), you may be tempted to have a single `devspace.yaml` at the root of the git repository and then specify one deployment for each service using a local path to each service's chart folder, for example. However, ideally you want to encapsule the build, deployment and development logic for each service inside a separate devspace.yaml that is located very closely to the actual code. This allows you work on microservices independenctly and only pull in other services if they are actually needed. DevSpace provides a feature called [`dependencies`](../../dependencies/README.mdx) which allows you to define relationships between `devspace.yaml` files to allow users to start working on a service while DevSpace stands up and maintains dependent microservices if needed.
10+
If you have multiple services located in the same git repository (monorepo), you may be tempted to have a single `devspace.yaml` at the root of the git repository and then specify one deployment for each service using a local path to each service's chart folder, for example. However, ideally you want to encapsule the build, deployment and development logic for each service inside a separate devspace.yaml that is located very closely to the actual code. This allows you work on microservices independenctly and only pull in other services if they are actually needed. DevSpace provides a feature called [`dependencies`](../../../dependencies/README.mdx) which allows you to define relationships between `devspace.yaml` files to allow users to start working on a service while DevSpace stands up and maintains dependent microservices if needed.
1111

1212

1313
## Local Helm Charts

0 commit comments

Comments
 (0)