mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
14 lines
214 B
Bash
Executable File
14 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo "
|
|
kind: GeneratedEnv
|
|
apiVersion: v1
|
|
metadata:
|
|
name: hello
|
|
env:
|
|
pwd: $PWD
|
|
kustomize_plugin_home: $KUSTOMIZE_PLUGIN_HOME
|
|
kustomize_plugin_config_root: $KUSTOMIZE_PLUGIN_CONFIG_ROOT
|
|
"
|