This commit is contained in:
Zackarias Montell
2026-03-23 08:41:35 +01:00
parent 951b66eae5
commit dfa1b7c2fc
3 changed files with 126 additions and 107 deletions

View File

@@ -160,3 +160,7 @@ Set-Alias -Name notes -Value Open-Notes
# Set up docker environment
#$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"
# Set all files in .kube as kubeconfig paths.
# This allows for dynamic kubeconfig use.
$env:KUBECONFIG = (Get-ChildItem "$HOME\.kube" -File | ForEach-Object { $_.FullName }) -join ";"