Files
kustomize/plugin/someteam.example.com/v1/bashedconfigmap/BashedConfigMap
2019-05-22 21:13:45 -07:00

15 lines
175 B
Bash
Executable File

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