From 3161bfe20dd1fa280e8b6292e79dfeb1d776eec2 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 19 Feb 2020 13:37:31 +0100 Subject: Fix YAML linter indentation errors in yaml files Change-Id: I5548de0d7afb0e249ab8b6dbc93c102a2a2ac648 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1451 --- deployment/heat/onap-rke/parts/onap-oom-1.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'deployment/heat/onap-rke/parts') diff --git a/deployment/heat/onap-rke/parts/onap-oom-1.yaml b/deployment/heat/onap-rke/parts/onap-oom-1.yaml index eaa7159c1..13888e95f 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-1.yaml @@ -25,12 +25,12 @@ parameters: oam_ext_network_host_route: type: json description: > - host routes - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + host routes + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' default: - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' ubuntu_1804_image: type: string -- cgit 1.2.3-korg