Skip to content

Commit

Permalink
Update retrieve-kube-config.mdx
Browse files Browse the repository at this point in the history
`$LOFT_URL` in example should be `$LOFT_HOST` I believe...
  • Loading branch information
kmadel committed Sep 10, 2023
1 parent 59a0eda commit 2d8d8e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apiVersion: v1
kind: Config
clusters:
- cluster:
server: https://$LOFT_URL/kubernetes/project/$PROJECT/virtualcluster/$VIRTUAL_CLUSTER
server: https://$LOFT_HOST/kubernetes/project/$PROJECT/virtualcluster/$VIRTUAL_CLUSTER
# Optional: if the server uses an insecure certificate
# insecure-skip-tls-verify: true
name: loft
Expand Down

0 comments on commit 2d8d8e6

Please sign in to comment.