Files
kustomize/plugin/someteam.example.com/v1/PrintWorkDir
2019-04-25 20:30:10 -07:00

14 lines
138 B
Bash
Executable File

#!/bin/bash
set -e
dir=`pwd`
echo "
kind: WorkDir
apiVersion: v1
metadata:
name: $dir
spec:
path: ${KUSTOMIZE_PLUGIN_CONFIG_ROOT}
"