mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-07 12:50:26 +00:00
tests: Add unit tests for update resource options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user