Skip to content

Commit

Permalink
clean up krew template
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Mar 29, 2021
1 parent 4d558d6 commit 1f1078b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions krew-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,25 @@ spec:
arch: amd64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_amd64.tar.gz
sha256: ${sha256}
files:
- from: "/*"
to: "."
bin: "./kubectl-neat"
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_arm64.tar.gz
sha256: ${sha256}
files:
- from: "/*"
to: "."
bin: "./kubectl-neat"
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_amd64.tar.gz
sha256: ${sha256}
files:
- from: "/*"
to: "."
bin: "./kubectl-neat"
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_arm64.tar.gz
sha256: ${sha256}
files:
- from: "/*"
to: "."
bin: "./kubectl-neat"

0 comments on commit 1f1078b

Please sign in to comment.