diff options
author | Victor Morales <victor.morales@intel.com> | 2019-03-08 22:42:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-08 22:42:46 +0000 |
commit | 49a48a37a76201839c9507a970d639a318ba9d3f (patch) | |
tree | 26aadf9ec02cdf716a68d4b3c584b6afd9e3ede6 /vagrant/tests/vnfs/testrb/helm/profile/manifest.yaml | |
parent | d8763f3be65a55a10618385dd2aeea525a87707e (diff) | |
parent | 1aa628c9494e0bdef7cdf3fd374520f91d86adb7 (diff) |
Merge "Add test helm chart for testing"
Diffstat (limited to 'vagrant/tests/vnfs/testrb/helm/profile/manifest.yaml')
-rw-r--r-- | vagrant/tests/vnfs/testrb/helm/profile/manifest.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vagrant/tests/vnfs/testrb/helm/profile/manifest.yaml b/vagrant/tests/vnfs/testrb/helm/profile/manifest.yaml new file mode 100644 index 00000000..ef260633 --- /dev/null +++ b/vagrant/tests/vnfs/testrb/helm/profile/manifest.yaml @@ -0,0 +1,7 @@ +--- +version: v1 +type: + values: "override_values.yaml" + configresource: + - filepath: testfol/subdir/deployment.yaml + chartpath: vault-consul-dev/templates/deployment.yaml |