diff --git a/Guide-Repository-Handling-Multiple-Environments.md b/Guide-Repository-Handling-Multiple-Environments.md index 1398035..01d2fc6 100644 --- a/Guide-Repository-Handling-Multiple-Environments.md +++ b/Guide-Repository-Handling-Multiple-Environments.md @@ -479,22 +479,22 @@ We confirm that we have different resources. Our patch properly work and we now achieve to have a comon base and patching fields according to the environments -### Find the file reference: +### Find the file reference -## Base +*Base* - [helmrelease.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/base/helmrelease.yaml) - [kustomization.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/base/kustomization.yaml) -## Main Kustomization +*Main Kustomization* - [ks.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/ks.yaml) -## Overlays +*Overlays* -### tenant-tpl +*tenant-tpl* - [kustomization.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/overlays/tenant-tpl/kustomization.yaml) - [patch-resources.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/overlays/tenant-tpl/patch-resources.yaml) -### tenant-tpl-dev +*tenant-tpl-dev* - [kustomization.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/overlays/tenant-tpl-dev/kustomization.yaml) - [patch-replicas.yaml](https://git.kvant.cloud/phoenix-oss/tenant-tpl/-/blob/main/echo-server/overlays/tenant-tpl-dev/patch-replicas.yaml)