Skip to content

Commit d426405

Browse files
committed
fix broken links
1 parent a9ec7ff commit d426405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform_versioned_docs/version-4.5.0/use-platform/virtual-clusters/add-virtual-clusters.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Organizations often have existing deployment pipelines using tools like Helm, Ar
116116

117117
After deploying your vCluster using your existing tools, add it to <GlossaryTerm term="platform">the Platform</GlossaryTerm> and enable full management.
118118

119-
First, login with the platform [access key](../../../api/authentication):
119+
First, login with the platform [access key](../../api/authentication):
120120
```bash
121121
vcluster platform login [domain] --access-key=[ACCESS_KEY]
122122
```
@@ -142,7 +142,7 @@ external:
142142
secretName: vcluster-platform-api-key # Defaults to vcluster-platform-api-key if undefined
143143
namespace: vcluster-namespace # Namespace to search for the secret. If undefined, it searches the vCluster namespace. If different, vCluster needs access to the target namespace.
144144
```
145-
The platform access key can only be provided as a Kubernetes Secret. You can find more information of how to create such Secret at the [`apiKey` configuration section of vCluster.](../../../../vcluster/configure/vcluster-yaml/external/platform/api-key).
145+
The platform access key can only be provided as a Kubernetes Secret. You can find more information of how to create such Secret at the [`apiKey` configuration section of vCluster.](../../../vcluster/configure/vcluster-yaml/external/platform/api-key).
146146

147147
### Helm wrapper for VirtualClusterInstance
148148

0 commit comments

Comments
 (0)