mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-20 22:15:00 +00:00
11 lines
136 B
Bash
Executable File
11 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "
|
|
kind: ConfigMap
|
|
apiVersion: v1
|
|
metadata:
|
|
name: example-configmap-test
|
|
data:
|
|
username: admin
|
|
password: secret
|
|
" |