Remove kv plugins from docs.

This commit is contained in:
jregan
2019-05-22 16:47:26 -07:00
parent d8f3bffe63
commit 78cdff6d09
8 changed files with 478 additions and 609 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Skip the config file name argument.
shift
echo "
kind: ConfigMap
apiVersion: v1
metadata:
name: example-configmap-test
data:
username: $1
password: $2
"