Skip to content

Commit

Permalink
remove homebrew tap distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Oct 16, 2021
1 parent 48cdf57 commit 75bc8e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
13 changes: 0 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,3 @@ checksum:

changelog:
skip: false

brews:
- ids:
- bank-vaults
tap:
owner: banzaicloud
name: homebrew-tap
folder: Formula
homepage: https://banzaicloud.com/products/bank-vaults/
description: A Vault swiss-army knife CLI with Kubernetes support
test: |
system "#{bin}/bank-vaults"
system "#{bin}/vault-env"
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ Bank-Vaults is a core part of [Banzai Cloud Pipeline](https://github.com/banzaic

You usually don't need to use the CLI directly, rather you should install the charts and create Vault instances with the operator and use the webhook inside Kubernetes to mutate Kubernetes resources.

To grab the CLI binary go to the [releases](https://github.com/banzaicloud/bank-vaults/releases) page and download it.

On macOS, you can directly Homebrew the CLI:

```
$ brew install banzaicloud/tap/bank-vaults
```
To grab the `bank-vaults` and `vault-env` CLI binaries go to the [releases](https://github.com/banzaicloud/bank-vaults/releases) page and download them.

## Documentation

Expand Down

0 comments on commit 75bc8e6

Please sign in to comment.