diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-19 12:18:07 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-21 08:54:50 +0000 |
commit | cffacfc0bc2c7512f56b97353eeae64f33ace26b (patch) | |
tree | 272cc018cf04922419940b17a265757f1e20b0f9 | |
parent | 8695c140ea34b7e60b7d91cd41f58480985c5ed0 (diff) |
Fix YAML files linter errors for duplicated keys
Change-Id: I77bcf667d4a639b001258d026f2633fce2bfb0e6
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451
-rw-r--r-- | bootstrap/vagrant-minimal-onap/config/cluster.yml | 1 | ||||
-rw-r--r-- | docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml | 1 | ||||
-rw-r--r-- | test/security/k8s/vagrant/dublin/cluster.yml | 1 |
3 files changed, 0 insertions, 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 |