mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-05-17 10:15:23 +00:00
14 lines
375 B
YAML
14 lines
375 B
YAML
name: 'Setup Kustomize'
|
|
description: 'Setup a Kustomize environment and add it to the path'
|
|
author: 'Imran Ismail <imran.codely@gmail.com>'
|
|
branding:
|
|
icon: edit
|
|
color: purple
|
|
inputs:
|
|
kustomize-version:
|
|
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
|
default: '3.x'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/setup-kustomize.js'
|