mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
remove deploy
This commit is contained in:
parent
996f3f36bb
commit
11f74cb746
1 changed files with 0 additions and 54 deletions
|
@ -1,54 +0,0 @@
|
|||
apiVersion: krew.googlecontainertools.github.com/v1alpha2
|
||||
kind: Plugin
|
||||
metadata:
|
||||
name: kyverno
|
||||
spec:
|
||||
version: "v0.0.1"
|
||||
platforms:
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: linux
|
||||
arch: amd64
|
||||
uri: https://github.com/nirmata/kyverno/releases/download/v0.0.1/kyverno_linux_amd64.tar.gz
|
||||
sha256: ""
|
||||
files:
|
||||
- from: "./kyverno"
|
||||
to: "."
|
||||
- from: LICENSE
|
||||
to: "."
|
||||
bin: "kyverno"
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
uri: https://github.com/nirmata/kyverno/releases/download/v0.0.1/kyverno_darwin_amd64.tar.gz
|
||||
sha256: ""
|
||||
files:
|
||||
- from: "./kyverno"
|
||||
to: "."
|
||||
- from: LICENSE
|
||||
to: "."
|
||||
bin: "kyverno"
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: windows
|
||||
arch: amd64
|
||||
uri: https://github.com/nirmata/kyverno/releases/download/v0.0.1/kyverno_windows_amd64.zip
|
||||
sha256: ""
|
||||
files:
|
||||
- from: "/kyverno.exe"
|
||||
to: "."
|
||||
- from: LICENSE
|
||||
to: "."
|
||||
bin: "kyverno.exe"
|
||||
shortDescription: A new plugin
|
||||
homepage: https://github.com/nirmata/kyverno
|
||||
caveats: |
|
||||
Usage:
|
||||
$ kubectl kyverno
|
||||
For additional options:
|
||||
$ kubectl kyverno --help
|
||||
or https://github.com/nirmata/kyverno/blob/v0.0.1/doc/USAGE.md
|
||||
description: |
|
||||
This is a new plugin
|
||||
|
Loading…
Add table
Reference in a new issue