Skip to content

Commit

Permalink
bugfix: make kubeconfig optional
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Jan 16, 2025
1 parent d7ae3b6 commit 7320d96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions darts/harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ tofu_variables:
project_name: st
namespace: default

# Add the path to your Harvester kubeconfig. Get one with these instructions:
# Uncomment and add the path to your Harvester kubeconfig. Get one with these instructions:
# https://docs.harvesterhci.io/v1.3/faq/#how-can-i-access-the-kubeconfig-file-of-the-harvester-cluster
kubeconfig: null # default to file pointed by the KUBECONFIG environment variable
# Leaving commented uses the file pointed by the KUBECONFIG environment variable
# kubeconfig:

ssh_public_key_path: ~/.ssh/id_ed25519.pub
ssh_private_key_path: ~/.ssh/id_ed25519
Expand Down

0 comments on commit 7320d96

Please sign in to comment.