Skip to content

Commit 6b417b4

Browse files
reshnmrobertgraeff
andauthored
Update docs/operators/01-boostrapping.md
Co-authored-by: Robert Gräff <[email protected]>
1 parent 0b591cb commit 6b417b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operators/01-boostrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ Create a service account with at least the `admin` role in the Gardener project.
11261126

11271127
```shell
11281128
kubectl --kubeconfig ./kubeconfigs/platform.kubeconfig create namespace openmcp-system
1129-
kubectl --kubeconfig ./kubeconfigs/platform.kubeconfig create secret generic gardener-landscape-kubeconfig --from-file=kubeconfig=/./kubeconfigs/gardener-landscape.kubeconfig -n openmcp-system
1129+
kubectl --kubeconfig ./kubeconfigs/platform.kubeconfig create secret generic gardener-landscape-kubeconfig --from-file=kubeconfig=./kubeconfigs/gardener-landscape.kubeconfig -n openmcp-system
11301130
```
11311131

11321132
The kubeconfig content can be retrieved from the Gardener dashboard or by creating a service account in the Gardener project. See the [Gardener documentation](https://gardener.cloud/docs/getting-started/project/#service-accounts) for more information on how to create a service account.

0 commit comments

Comments
 (0)