mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
14 lines
138 B
Bash
Executable File
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}
|
|
"
|