Skip to content

Commit

Permalink
Merge pull request #2283 from Nyami/2282-kubelogin
Browse files Browse the repository at this point in the history
(kubelogin) Added shim with expected name
  • Loading branch information
pauby authored Aug 23, 2023
2 parents 663432c + e19f7f8 commit 0ee4733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automatic/kubelogin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ $packageArgs = @{
}
Get-ChocolateyUnzip @packageArgs

Install-BinFile -Name 'kubectl-oidc_login' -Path "$toolsPath\$packageName.exe"

Remove-Item "$toolsPath\kubelogin_windows_amd64.zip"
1 change: 1 addition & 0 deletions automatic/kubelogin/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Uninstall-BinFile 'kubectl-oidc_login'

0 comments on commit 0ee4733

Please sign in to comment.