Add an example function to append an Application CR to resources

This commit is contained in:
Jingfang Liu
2020-02-27 16:07:40 -08:00
parent ef76575ab6
commit f6ad78650e
12 changed files with 709 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
set -e
# run all tests for kyaml and related commands
targets="kyaml cmd/config cmd/kubectl functions/examples/injection-tshirt-sizes functions/examples/template-go-nginx functions/examples/template-heredoc-cockroachdb functions/examples/validator-kubeval functions/examples/validator-resource-requests"
targets="kyaml cmd/config cmd/kubectl functions/examples/injection-tshirt-sizes functions/examples/template-go-nginx functions/examples/template-heredoc-cockroachdb functions/examples/validator-kubeval functions/examples/validator-resource-requests functions/examples/application-cr"
for target in $targets; do
pushd .
cd $target