Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdotaskies committed Aug 30, 2024
1 parent 2c12ca1 commit ac194e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure-k3s.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Write-Log "Read service file content successfully"
$serverFlagIndex = $lines.IndexOf(($lines | Where-Object { $_ -match "server \\" }));
$serverContent = $serviceFileContent.Substring($serverFlagIndex);
$flags = @{
'--disable_traefik' = [bool]$disable_traefik
'--taint_server' = [bool]$taint_server
'--disable traefik' = [bool]$disable_traefik
'--node-taint CriticalAddonsOnly=true:NoExecute' = [bool]$taint_server
# Add more flags here
}

Expand Down

0 comments on commit ac194e1

Please sign in to comment.