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-23 14:46:37 +0000 |
commit | f26ea37c4be0deb466a41ea58618fd9f3b015466 (patch) | |
tree | 4f84e445baceff93db28d822242df807083e74bd /components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-name.json | |
parent | 6e45f5ce5743013e6c37f3848517bb88700aeab7 (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
(cherry picked from commit 7f858b082287017c2f28b7fac03476c5f761a517)
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-name.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-name.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-name.json b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-name.json new file mode 100644 index 000000000..b220329bb --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-profile-name.json @@ -0,0 +1,19 @@ +{ + "tags": "k8s, cnf, k8s-rb-profile-name", + "name": "k8s-rb-profile-name", + "group": "default", + "property": { + "description": "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.", + "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 |