diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-03-23 22:48:02 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-03-23 22:48:02 +0100 |
commit | 9f6848476de716fe68e315a4b4f99c8d893eecef (patch) | |
tree | 1ec296b200af9526cae0e40ef66eabff93edd544 /components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-value-source.json | |
parent | 91c1deec281ece8aa72b2afd9cc68b2d63c38189 (diff) |
Add new elements of starter dictionary for vFW CNF CBA
Add new elements of starter dictionary for vFW CNF CBA
Issue-ID: INT-1870
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I83d36de9e14316c1c95cbb78e69527802d2a6373
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-value-source.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-value-source.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-value-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-value-source.json new file mode 100644 index 000000000..c82cdf194 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-value-source.json @@ -0,0 +1,19 @@ +{ + "tags": "k8s, cnf, config, k8s-rb-config-value-source", + "name": "k8s-rb-config-value-source", + "property": { + "description": "The source of configuration values for config-deploy operation", + "type": "string" + }, + "group": "default", + "updated-by": "Rajewski, Lukasz <lukasz.rajewski@orange.com>", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + } + } +}
\ No newline at end of file |