Skip to content

Commit

Permalink
Merge pull request #54 from XenitAB/krew-casing
Browse files Browse the repository at this point in the history
Fix casing
  • Loading branch information
simongottschlag authored Jan 27, 2021
2 parents 162d999 + 1c077df commit 1d70219
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: azad-proxy
spec:
platforms:
- {{addURIAndSha "https://github.com/xenitab/azad-kube-proxy/releases/download/{{ .TagName }}/kubectl-azad_proxy-darwin-amd64.zip" .TagName }}
- {{addURIAndSha "https://github.com/XenitAB/azad-kube-proxy/releases/download/{{ .TagName }}/kubectl-azad_proxy-darwin-amd64.zip" .TagName }}
bin: kubectl-azad_proxy
files:
- from: kubectl-azad_proxy
Expand All @@ -15,7 +15,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
- {{addURIAndSha "https://github.com/xenitab/azad-kube-proxy/releases/download/{{ .TagName }}/kubectl-azad_proxy-linux-amd64.zip" .TagName }}
- {{addURIAndSha "https://github.com/XenitAB/azad-kube-proxy/releases/download/{{ .TagName }}/kubectl-azad_proxy-linux-amd64.zip" .TagName }}
bin: kubectl-azad_proxy
files:
- from: kubectl-azad_proxy
Expand All @@ -26,7 +26,7 @@ spec:
matchLabels:
os: linux
arch: amd64
- {{addURIAndSha "https://github.com/xenitab/azad-kube-proxy/releases/download/{{ .TagName }}/kubectl-azad_proxy-windows-amd64.zip" .TagName }}
- {{addURIAndSha "https://github.com/XenitAB/azad-kube-proxy/releases/download/{{ .TagName }}/kubectl-azad_proxy-windows-amd64.zip" .TagName }}
bin: kubectl-azad_proxy.exe
files:
- from: kubectl-azad_proxy.exe
Expand All @@ -38,10 +38,10 @@ spec:
os: windows
arch: amd64
version: "{{ .TagName }}"
homepage: https://github.com/xenitab/azad-kube-proxy
homepage: https://github.com/XenitAB/azad-kube-proxy
caveats: |
This plugin is used in combination with the azad-kube-proxy:
- https://github.com/xenitab/azad-kube-proxy
- https://github.com/XenitAB/azad-kube-proxy
There shouldn't be a use case where you can use the plugin without the proxy.
If you haven't been asked by a cluster admin to install this plugin - it may
Expand Down

0 comments on commit 1d70219

Please sign in to comment.