diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-19 13:37:31 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-21 08:55:00 +0000 |
commit | 3161bfe20dd1fa280e8b6292e79dfeb1d776eec2 (patch) | |
tree | 03f91df70e2d5d4f9f703e2f3a4512b513a578d5 /deployment/heat/onap-rke/parts/onap-oom-1.yaml | |
parent | cffacfc0bc2c7512f56b97353eeae64f33ace26b (diff) |
Fix YAML linter indentation errors in yaml files
Change-Id: I5548de0d7afb0e249ab8b6dbc93c102a2a2ac648
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451
Diffstat (limited to 'deployment/heat/onap-rke/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-rke/parts/onap-oom-1.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
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 |