Skip to content

Commit 1f1078b

Browse files
committed
clean up krew template
1 parent 4d558d6 commit 1f1078b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

krew-template.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,25 @@ spec:
2020
arch: amd64
2121
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_amd64.tar.gz
2222
sha256: ${sha256}
23-
files:
24-
- from: "/*"
25-
to: "."
2623
bin: "./kubectl-neat"
2724
- selector:
2825
matchLabels:
2926
os: darwin
3027
arch: arm64
3128
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_arm64.tar.gz
3229
sha256: ${sha256}
33-
files:
34-
- from: "/*"
35-
to: "."
3630
bin: "./kubectl-neat"
3731
- selector:
3832
matchLabels:
3933
os: linux
4034
arch: amd64
4135
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_amd64.tar.gz
4236
sha256: ${sha256}
43-
files:
44-
- from: "/*"
45-
to: "."
4637
bin: "./kubectl-neat"
4738
- selector:
4839
matchLabels:
4940
os: linux
5041
arch: arm64
5142
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_arm64.tar.gz
5243
sha256: ${sha256}
53-
files:
54-
- from: "/*"
55-
to: "."
5644
bin: "./kubectl-neat"

0 commit comments

Comments
 (0)