diff options
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 |