Skip to content

Commit 0b06eb0

Browse files
committed
Fix template links in integration guide
1 parent ec769ff commit 0b06eb0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/admin/integrations/multiple-kube-clusters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you deployed Coder on a VM, copy the kubeconfig file to
5858

5959
You can start from our
6060
[example template](https://github.com/coder/coder/tree/main/examples/templates/kubernetes).
61-
From there, add [template parameters](../../templates/concepts/parameters.md) to
61+
From there, add [template parameters](../templates/extending-templates/parameters.md) to
6262
allow developers to pick their desired cluster.
6363

6464
```tf
@@ -91,7 +91,7 @@ provider "kubernetes" {
9191

9292
Alternatively, you can authenticate with remote clusters with ServiceAccount
9393
tokens. Coder can store these secrets on your behalf with
94-
[managed Terraform variables](../templates/concepts/variables.md).
94+
[managed Terraform variables](../templates/extending-templates/variables.md).
9595

9696
Alternatively, these could also be fetched from Kubernetes secrets or even
9797
[Hashicorp Vault](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/generic_secret).

docs/admin/templates/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ We recommend starting with a universal template that can be used for basic tasks
3636

3737
## Template permissions & policies (enterprise)
3838

39-
TODO Link permissions page.
39+
With Coder Enterprise, you can control who can use and modify the template. Docs: [Template permissions](./template-permissions.md).
40+

0 commit comments

Comments
 (0)