helm/internal/plugin/testdata/plugdir/bad/duplicate-entries-v1/plugin.yaml
George Jenkins c35755a197 Remove legacy Command/Hooks from v1 Subprocess (#23)
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2025-08-31 22:24:31 -07:00

19 lines
397 B
YAML

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"