mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-06 12:23:11 +00:00
add test for ensuirng the loader root is correctly passed
This commit is contained in:
committed by
Jingfang Liu
parent
fc8063f752
commit
445f739234
13
plugins/someteam.example.com/v1/PrintWorkDir
Executable file
13
plugins/someteam.example.com/v1/PrintWorkDir
Executable 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}
|
||||
"
|
||||
Reference in New Issue
Block a user