One plugin per dir.

This commit is contained in:
jregan
2019-05-19 12:00:07 -07:00
parent 31534fe47d
commit 5653ae69e4
42 changed files with 612 additions and 626 deletions

View File

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