Use vmware-tanzu/carvel instead of the deprecated k14/tap to install deps with brew

This commit is contained in:
Víctor Martínez Bevià
2022-04-05 16:43:22 +02:00
parent c0874706d9
commit dc24397df4
2 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ go build -o pinniped ./cmd/pinniped
On macOS, these tools can be installed with [Homebrew](https://brew.sh/) (assuming you have Chrome installed already):
```bash
brew install kind k14s/tap/ytt k14s/tap/kapp kubectl chromedriver nmap && brew cask install docker
brew install kind vmware-tanzu/carvel/ytt vmware-tanzu/carvel/kapp kubectl chromedriver nmap && brew cask install docker
```
1. Create a kind cluster, compile, create container images, and install Pinniped and supporting test dependencies using: