Skip to content

Commit

Permalink
fix: update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneboulden committed Jan 30, 2024
1 parent d1ed8e9 commit 7c0f2f0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions cmd/trials.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,8 @@ type Trial struct {
var trialsCmd = &cobra.Command{
Use: "trials",
Short: "Functionally test admission control",
Long: `Perform functional verification trials against Kubernetes admission controllers.
Trials are specififed in files that reference names, namespaces and images. For example:
- name: pwnkit
image: quay.io/the-worst-containers/pwnkit:v0.2
namespace: app-deploy
template: deploy-template.yaml`,
Args: cobra.MinimumNArgs(1),
Long: `Perform functional verification trials against Kubernetes admission controllers`,
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
// set up kubeconfig
var kubeconfig *string
Expand Down

0 comments on commit 7c0f2f0

Please sign in to comment.