From ecbe3f790ba50509969428e226a0865dcb2df2cc Mon Sep 17 00:00:00 2001 From: John Simons Date: Wed, 23 Aug 2023 12:33:19 +1000 Subject: [PATCH] Fix links --- .../docs/deployments/kubernetes/deploy-raw-yaml/index.md | 2 +- src/pages/docs/deployments/kubernetes/kustomize/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/docs/deployments/kubernetes/deploy-raw-yaml/index.md b/src/pages/docs/deployments/kubernetes/deploy-raw-yaml/index.md index 17b222b1f2..0346b06e08 100644 --- a/src/pages/docs/deployments/kubernetes/deploy-raw-yaml/index.md +++ b/src/pages/docs/deployments/kubernetes/deploy-raw-yaml/index.md @@ -99,4 +99,4 @@ There are a few different ways to take advantage of this feature: **Note:** *If multiple glob patterns find the same file, the file will be applied twice.* -[Learn more about glob patterns](/docs/deployments/kubernetes/glob-patterns.md). +[Learn more about glob patterns](/docs/deployments/kubernetes/glob-patterns). diff --git a/src/pages/docs/deployments/kubernetes/kustomize/index.md b/src/pages/docs/deployments/kubernetes/kustomize/index.md index 07383620d4..399e5230c5 100644 --- a/src/pages/docs/deployments/kubernetes/kustomize/index.md +++ b/src/pages/docs/deployments/kubernetes/kustomize/index.md @@ -39,7 +39,7 @@ We list a few different scenarios below to help you figure out what is the best 1. **A mix of both — templates** You can go beyond configuration for a single application with Octopus and Kustomize. Imagine you have a hundred applications you deploy to Kubernetes. Some of them might have universal traits, like a group of API applications or a group of databases. Therefore, parts of the configuration will be universal for all the apps or a group of apps. There likely be app-unique parameters (like a container image). You can combine overlays and Octopus variables to create and use one template for all the apps. In this scenario, you would have a set of base files same for all the apps. One or more levels of overlays to add customizations for an app group. You can introduce another layer of overlays for environments. Finally, app-specific parameters (e.g. container images, tags and labels) can be defined in Octopus variables. - In this scenario, tenant or environment-specific parameters can be added to any overlay. For example, you can add prefixes for tenants; also consider using [system variables](https://octopus.com/docs/projects/variables/system-variables). + In this scenario, tenant or environment-specific parameters can be added to any overlay. For example, you can add prefixes for tenants; also consider using [system variables](/docs/projects/variables/system-variables). ## Kustomization file directory @@ -54,4 +54,4 @@ Also, remember that in Linux workers, the paths are case-sensitive, so it is alw This setting is useful, for example, when you want to put your application specific configuration settings in a `.env` file and also have the value scoped per environment and/or tenant, see more information regarding [variable scoping](/docs/projects/variables#scoping-variables). The target file paths are relative to the root of the git repository. Again remember that in Linux workers, paths are case-sensitive, so it is always good practice to check this. -You can use glob patterns to target multiple files. [Learn more about glob patterns](/docs/deployments/kubernetes/glob-patterns.md). +You can use glob patterns to target multiple files. [Learn more about glob patterns](/docs/deployments/kubernetes/glob-patterns).