From 271aebffb685095dc2f0c3c8d3721464caec4dd4 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 25 Jul 2016 16:31:02 +0200 Subject: Add default value for `RoleData` This just adds a default value for `RoleData` in docker/compute-post.yaml Change-Id: I96a01dc22e03980b93b32f0f9990f35b83ecfb24 --- docker/compute-post.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker') 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: -- cgit 1.2.3-korg