tests: Add unit tests for update resource options

This commit is contained in:
Richard Marshall
2019-09-02 08:46:09 -07:00
parent 79fbe7c4cc
commit ac9424fa3e
4 changed files with 108 additions and 7 deletions

View File

@@ -3,12 +3,14 @@
# Skip the config file name argument.
shift
echo "
cat <<EOF
kind: ConfigMap
apiVersion: v1
metadata:
name: example-configmap-test
annotations:
kustomize.config.k8s.io/needs-hash: ""
data:
username: $1
password: $2
"
EOF