Convert plugins to accept bytes instead of unstruct.

This commit is contained in:
Jeffrey Regan
2019-05-07 17:54:02 -07:00
committed by jregan
parent 06acd3caa9
commit 2e71a3b862
14 changed files with 109 additions and 96 deletions

View File

@@ -50,12 +50,14 @@ consectetur adipiscing elit.
apiVersion: builtin
kind: SecretGenerator
metadata:
name: mySecret
name: exampleSecGen
name: mySecret
namespace: whatever
behavior: merge
envFiles:
envs:
- a.env
- b.env
valueFiles:
files:
- obscure=longsecret.txt
literals:
- FRUIT=apple
@@ -73,6 +75,7 @@ data:
kind: Secret
metadata:
name: mySecret
namespace: whatever
type: Opaque
`)
}