mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Add PrintPluginEnv plugin.
This commit is contained in:
13
plugin/someteam.example.com/v1/printpluginenv/PrintPluginEnv
Executable file
13
plugin/someteam.example.com/v1/printpluginenv/PrintPluginEnv
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
"
|
||||
Reference in New Issue
Block a user