Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdotaskies committed Aug 29, 2024
1 parent 5f6e2a1 commit c1dbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure-k3s.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sudo pwsh -Command "iex '& ([scriptblock]::Create((iwr https://raw.githubusercontent.com/abdullahfarook/kube/main/configure-k3s.ps1)) -disable_traefik 0 -taint_server 1'"
# sudo pwsh -Command "iex '& ([scriptblock]::Create((iwr https://raw.githubusercontent.com/abdullahfarook/kube/main/configure-k3s.ps1).Content)) -disable_traefik 0 -taint_server 0'"
param (
[bool]$disable_traefik = $true,
[bool]$taint_server = $true
Expand Down

0 comments on commit c1dbe12

Please sign in to comment.