Skip to content

Commit

Permalink
Krew guidelines suggest not using generic verbs so switching to tool …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
garethr committed May 13, 2019
1 parent ea38f18 commit 8b72877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugin/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: test
name: conftest
spec:
version: "v0.5.1"
platforms:
Expand All @@ -14,7 +14,7 @@ spec:
files:
- from: "/*/plugin/*.sh"
to: "."
bin: "kubectl-test.sh"
bin: "kubectl-conftest.sh"
shortDescription: Test your Kubernetes objects using Open Policy Agent
homepage: https://github.com/instrumenta/conftest
caveats: |
Expand Down

0 comments on commit 8b72877

Please sign in to comment.