add test for ensuirng the loader root is correctly passed

This commit is contained in:
Jingfang Liu
2019-04-24 15:52:06 -07:00
committed by Jingfang Liu
parent fc8063f752
commit 445f739234
2 changed files with 111 additions and 0 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}
"