mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
add support for exec plugins
This commit is contained in:
@@ -6,6 +6,6 @@ apiVersion: v1
|
||||
metadata:
|
||||
name: example-configmap-test
|
||||
data:
|
||||
username: admin
|
||||
password: secret
|
||||
"
|
||||
username: $1
|
||||
password: $2
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user