Files
kustomize/plugin/someteam.example.com/v1/printpluginenv/PrintPluginEnv
2019-11-30 09:58:11 -08:00

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
"