mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 22:41:42 +00:00
add goplugin for exec generators and transformers
This commit is contained in:
11
plugins/someteam.example.com/v1/ConfigMapGenerator
Executable file
11
plugins/someteam.example.com/v1/ConfigMapGenerator
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: example-configmap-test
|
||||
data:
|
||||
username: admin
|
||||
password: secret
|
||||
"
|
||||
Reference in New Issue
Block a user