From cffacfc0bc2c7512f56b97353eeae64f33ace26b Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 19 Feb 2020 12:18:07 +0100 Subject: Fix YAML files linter errors for duplicated keys Change-Id: I77bcf667d4a639b001258d026f2633fce2bfb0e6 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1451 --- bootstrap/vagrant-minimal-onap/config/cluster.yml | 1 - docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml | 1 - test/security/k8s/vagrant/dublin/cluster.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/bootstrap/vagrant-minimal-onap/config/cluster.yml b/bootstrap/vagrant-minimal-onap/config/cluster.yml index df93a8863..e4eef11cd 100644 --- a/bootstrap/vagrant-minimal-onap/config/cluster.yml +++ b/bootstrap/vagrant-minimal-onap/config/cluster.yml @@ -32,7 +32,6 @@ network: plugin: canal authentication: strategy: x509 -ssh_key_path: *ssh_key_path ssh_agent_auth: false authorization: mode: rbac diff --git a/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml b/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml index 52529de56..406494961 100644 --- a/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml +++ b/docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml @@ -81,7 +81,6 @@ node_templates: type: cloudify.relationships.depends_on properties: service_component_type: 'dcaegen2-analytics-tca' - application_config: {} docker_config: {} image: get_input: tag_version diff --git a/test/security/k8s/vagrant/dublin/cluster.yml b/test/security/k8s/vagrant/dublin/cluster.yml index df93a8863..e4eef11cd 100644 --- a/test/security/k8s/vagrant/dublin/cluster.yml +++ b/test/security/k8s/vagrant/dublin/cluster.yml @@ -32,7 +32,6 @@ network: plugin: canal authentication: strategy: x509 -ssh_key_path: *ssh_key_path ssh_agent_auth: false authorization: mode: rbac -- cgit 1.2.3-korg