diff options
author | Grzegorz Wielgosinski <g.wielgosins@samsung.com> | 2021-04-21 10:46:20 +0200 |
---|---|---|
committer | Grzegorz Wielgosinski <g.wielgosins@samsung.com> | 2021-05-10 15:47:00 +0000 |
commit | 76cb04c2302c9f8f0395f86d8e8d246fdae0fd28 (patch) | |
tree | 8b57862b46635700a972a29637b7897d1ece9f03 /components/model-catalog | |
parent | baea95f8469e9d837e2217a15bca36601663935f (diff) |
Add missing k8s-rb-instance-release-name.json
Issue-ID: CCSDK-3274
Signed-off-by: Grzegorz Wielgosinski <g.wielgosins@samsung.com>
Change-Id: Ia90225fbe4a41e6afbdb62e0c43ac85d03d3df59
(cherry picked from commit 35450d7ab1a0de49ec0f7cbe0584733ac6d2d267)
Diffstat (limited to 'components/model-catalog')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-instance-release-name.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-instance-release-name.json b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-instance-release-name.json new file mode 100644 index 000000000..da8e6d81e --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-instance-release-name.json @@ -0,0 +1,19 @@ +{ + "tags": "k8s, cnf, profile, k8s-rb-instance-release-name", + "name": "k8s-rb-instance-release-name", + "group": "default", + "property": { + "description": "Name of the release for the helm package instance in k8s", + "type": "string" + }, + "updated-by": "Rajewski, Lukasz <lukasz.rajewski@orange.com>", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + } + } +} |