Helm chart generator exec plugin

This commit is contained in:
Jeffrey Regan
2019-04-16 11:02:22 -07:00
parent 50c076eb3f
commit 2545ea1019
10 changed files with 360 additions and 43 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/bash
args=""
# Skip the config file name argument.
shift
args=""
for arg in $@; do
args="$args -e $arg"
done