mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Make plugin dir match Go conventions.
This commit is contained in:
13
plugin/someteam.example.com/v1/PrintWorkDir
Executable file
13
plugin/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