diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-03-15 22:46:18 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-03-15 22:27:54 +0000 |
commit | 7f858b082287017c2f28b7fac03476c5f761a517 (patch) | |
tree | 71d6f1c11a7f3bb54f24e11c7c64adb18f35f4af /components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-source.json | |
parent | dc8d648fa7b642ca88c7b101ceb8188b5c5ed3e3 (diff) |
Added missing elements of starter dictionary for CNF CBA
Added missing elements of starter dictionary for CNF CBA
Issue-ID: CCSDK-3211
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Ib0ae251e26ccfab08e9c402d9e22bf5e9af29109
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-source.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-source.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-source.json new file mode 100644 index 000000000..4ed85665c --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-source.json @@ -0,0 +1,19 @@ +{ + "tags": "k8s, cnf, k8s-rb-profile-source", + "name": "k8s-rb-profile-source", + "group": "default", + "property": { + "description": "The source folder or file relative to 'Templates/k8s-profiles' folder", + "type": "string" + }, + "updated-by": "Lukasz Rajewski <lukasz.rajewski@orange.com>", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + } + } +}
\ No newline at end of file |