Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
cmattoon committed Apr 13, 2019
1 parent 6def9e3 commit 0305434
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/04-directory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# aws ssm put-parameter --name /dev/db/user --type String --value root
# aws ssm put-parameter --name /dev/db/host --type String --value 10.0.1.10
# aws ssm put-parameter --name /dev/db/pass --type String --value password123
# aws ssm put-parameter --name /dev/db/foo/bar --type String --value bar123
# aws ssm put-parameter --name /dev/db/foo/baz --type String --value baz456
# aws ssm put-parameter --name /dev/db/foo/bat --type String --value bat789
apiVersion: v1
kind: Secret
metadata:
Expand All @@ -10,6 +13,9 @@ metadata:
aws-ssm/aws-param-name: /dev/db
aws-ssm/aws-param-type: Directory
data: {}
# bar: YmFyMTIz
# bat: YmF0Nzg5
# baz: YmF6NDU2
# host: MTAuMC4xLjEw
# pass: cGFzc3dvcmQxMjM=
# user: cm9vdA==

0 comments on commit 0305434

Please sign in to comment.