Skip to content

Commit da34e88

Browse files
authored
1 parent 3f3a785 commit da34e88

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.krew.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,16 @@ spec:
2020
os: darwin
2121
arch: amd64
2222
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
23-
files:
24-
- from: "*"
25-
to: "."
2623
bin: kubectl-tree
2724
- selector:
2825
matchLabels:
2926
os: linux
3027
arch: amd64
3128
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
32-
files:
33-
- from: "*"
34-
to: "."
3529
bin: kubectl-tree
3630
- selector:
3731
matchLabels:
3832
os: windows
3933
arch: amd64
4034
{{addURIAndSha "https://github.com/ahmetb/kubectl-tree/releases/download/{{ .TagName }}/kubectl-tree_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
41-
files:
42-
- from: "*"
43-
to: "."
4435
bin: kubectl-tree.exe

0 commit comments

Comments
 (0)