add support for exec plugins

This commit is contained in:
Jingfang Liu
2019-04-12 15:41:41 -07:00
parent 28cb6daec7
commit f6e01cfda7
11 changed files with 263 additions and 108 deletions

View File

@@ -6,6 +6,6 @@ apiVersion: v1
metadata:
name: example-configmap-test
data:
username: admin
password: secret
"
username: $1
password: $2
"