diff options
author | Flavio Percoco <flaper87@gmail.com> | 2016-07-25 16:31:02 +0200 |
---|---|---|
committer | Flavio Percoco <flaper87@gmail.com> | 2016-07-29 14:18:37 +0200 |
commit | 271aebffb685095dc2f0c3c8d3721464caec4dd4 (patch) | |
tree | 7afb9cf96e8b5ac9260ae45636c8674c6af89edf | |
parent | 569e73ff758d58d4f3ece707b259f0b2926dcf9c (diff) |
Add default value for `RoleData`
This just adds a default value for `RoleData` in
docker/compute-post.yaml
Change-Id: I96a01dc22e03980b93b32f0f9990f35b83ecfb24
-rw-r--r-- | docker/compute-post.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/compute-post.yaml b/docker/compute-post.yaml index 3fc07561..60b831be 100644 --- a/docker/compute-post.yaml +++ b/docker/compute-post.yaml @@ -42,6 +42,9 @@ parameters: type: string description: Config manifests that will be used to step through the deployment. default: '' + RoleData: + type: json + default: {} resources: |