Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Adding Model file for generating code
Browse files Browse the repository at this point in the history
**Why:**

* Changes ConfigMap name to reference dynamodb instead of s3

Signed-off-by: Christopher Hein <me@christopherhein.com>
  • Loading branch information
christopherhein committed Sep 7, 2018
1 parent 223ab92 commit 09b1b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/dynamodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
templateKey: TableArn
additionalResources:
configMaps:
- name: s3BucketCM
- name: dynamoCM
data:
- key: tableName
value: "{{.Obj.Output.TableName}}"
Expand Down

0 comments on commit 09b1b46

Please sign in to comment.