mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
add support for exec plugins
This commit is contained in:
9
plugins/someteam.example.com/v1/SedTransformer
Executable file
9
plugins/someteam.example.com/v1/SedTransformer
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
args=""
|
||||
|
||||
for arg in $@; do
|
||||
args="$args -e $arg"
|
||||
done
|
||||
|
||||
cat - | sed $args
|
||||
Reference in New Issue
Block a user