Skip to content

Commit

Permalink
Replace links with relref
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Dec 16, 2024
1 parent c6b09d0 commit 8f39a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/tutorials/continuous-deployment/bases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ In this example you create a custom version for AWS base:
mkdir -p bases/clusters/capa/v0.21.0
```
2. Use the [kubectl gs template cluster](/use-the-api/kubectl-gs/template-cluster/) to template cluster resources, see an example for the `capa` provider below. Use arbitrary values for the mandatory fields, we will configure them later in our process:
2. Use the [kubectl gs template cluster]({{< relref "/reference/kubectl-gs/template-cluster" >}}) to template cluster resources, see an example for the `capa` provider below. Use arbitrary values for the mandatory fields, we will configure them later in our process:
```nohighlight
kubectl gs template cluster \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ resources:
- ../../../../../../../../bases/clusters/capa/v0.21.0/
```

__Warning__: For the sake of simplicity both reference the same base template, but in some occasions where there are breaking changes you might need to link a different template. [Read more about bases here](/advanced/gitops/bases/).
__Warning__: For the sake of simplicity both reference the same base template, but in some occasions where there are breaking changes you might need to link a different template. [Read more about bases here]({{< relref "/tutorials/continuous-deployment/bases" >}}).

Now, you define the production configuration in a new file `cluster_config.yaml`. You can configure this time a completely different value set, even override new configurations from default.

Expand Down

0 comments on commit 8f39a15

Please sign in to comment.