Skip to content

Commit

Permalink
Merge pull request #35 from garethjevans/enable-krew-automation
Browse files Browse the repository at this point in the history
chore: enable krew release automation
  • Loading branch information
garethjevans authored Oct 25, 2022
2 parents fe05106 + 201d4fb commit f4f5601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.event.release.tag_name }}

# until https://github.com/kubernetes-sigs/krew-index/pull/2661 is merged
#- name: Update new version in krew-index
#uses: rajatjindal/[email protected]

- name: Update new version in krew-index
uses: rajatjindal/[email protected]
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ A kubectl plugin to display permissions from a service account

## Installation

### Install a development version

```
make build
make install
```

TODO make this `krew` installable
### Install via krew

```
kubectl krew update
kubectl krew install permissions
```

## Example

Expand Down

0 comments on commit f4f5601

Please sign in to comment.