Skip to content

Commit

Permalink
Manifest for Krew
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser committed Feb 28, 2022
1 parent 3a26220 commit f98c689
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubectl-plugin/LICENSE
30 changes: 30 additions & 0 deletions kubectl-plugin/log2rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: log2rbac
spec:
version: "v0.0.2"
homepage: https://github.com/jkremser/log2rbac-operator/tree/master/kubectl-plugin
shortDescription: "Fine-tune your RBAC using log2rbac operator"
description: |
Simple TUI based kubectl plugin to interface with the log2rbac operator. It can (un)deploy the operator and create the `RbacNegotiation`
custom resources for various types of K8s kinds.
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- darwin
- linux
uri: https://github.com/jkremser/log2rbac-operator/archive/v0.0.2.zip
# 'sha256' is the sha256sum of the zip from url above (shasum -a 256 ..zip)
sha256: dfcf03137200d44ef4b4ed3133a5457c44b925fdb9e9514c3bc8a75c3ad03c36
files:
- from: "log2rbac-operator-*/kubectl-plugin/kubectl-log2rbac"
to: "."
- from: "log2rbac-operator-*/LICENSE"
to: "."
- from: "log2rbac-operator-*/kubectl-plugin/README.md"
to: "."
bin: kubectl-log2rbac

0 comments on commit f98c689

Please sign in to comment.