mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
Make plugin dir match Go conventions.
This commit is contained in:
14
plugin/someteam.example.com/v1/ConfigMapGenerator
Executable file
14
plugin/someteam.example.com/v1/ConfigMapGenerator
Executable 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
|
||||
"
|
||||
Reference in New Issue
Block a user