work
This commit is contained in:
@@ -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 ";"
|
||||
|
||||
Reference in New Issue
Block a user