Merge pull request #1118 from monopole/deleteKvPluginCode

Delete the KV plugin code.
This commit is contained in:
Jeff Regan
2019-05-25 19:29:55 -07:00
committed by GitHub
33 changed files with 278 additions and 1063 deletions

View File

@@ -150,8 +150,7 @@ correct environment and flags for plugins:
```
function kustomizeIt {
XDG_CONFIG_HOME=$DEMO_HOME \
kustomize build \
--enable_alpha_goplugins_accept_panic_risk \
kustomize build --enable_alpha_plugins \
$DEMO_HOME/$1
}
```

View File

@@ -201,9 +201,7 @@ can be found under `$DEMO_HOME`:
```
result=$( \
XDG_CONFIG_HOME=$DEMO_HOME \
kustomize \
--enable_alpha_goplugins_accept_panic_risk \
build $DEMO_HOME )
kustomize build --enable_alpha_plugins $DEMO_HOME )
echo "$result"
# Spot check the result:
test 1 == $(echo "$result" | grep -c "FRUIT: YXBwbGU=")