diff options
author | Bin Hu <bh526r@att.com> | 2018-09-15 04:03:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-15 04:03:48 +0000 |
commit | 8a39b0839f297fadec71652b790d93d693303211 (patch) | |
tree | 104f6766ae05a5632d88b2142e198eed6762635a /src/k8splugin/mock_files/mock_yamls | |
parent | d4b540d16ef8b705e34ef61c265e78593c0d8bcd (diff) | |
parent | fefa2efd802763db906d2a9c8303c0fbd8be0c38 (diff) |
Merge "Change metadata.yaml structure"
Diffstat (limited to 'src/k8splugin/mock_files/mock_yamls')
-rw-r--r-- | src/k8splugin/mock_files/mock_yamls/metadata.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k8splugin/mock_files/mock_yamls/metadata.yaml b/src/k8splugin/mock_files/mock_yamls/metadata.yaml index dcc1c32e..0289214a 100644 --- a/src/k8splugin/mock_files/mock_yamls/metadata.yaml +++ b/src/k8splugin/mock_files/mock_yamls/metadata.yaml @@ -10,7 +10,7 @@ # limitations under the License. resources: - - deployment: + deployment: - deployment.yaml - - service: + service: - service.yaml |