You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/internal/plugin/testdata/plugdir/bad/duplicate-entries-v1/plugin.yaml

20 lines
397 B

name: "duplicate-entries"
version: "0.1.0"
type: cli/v1
apiVersion: v1
runtime: subprocess
config:
shortHelp: "test duplicate entries"
longHelp: |-
description
ignoreFlags: true
runtimeConfig:
platformCommand:
- command: "echo hello"
platformHooks:
install:
- command: "echo installing..."
platformHooks:
install:
- command: "echo installing something different"