diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl index 9e23665f..9f6e96ae 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl @@ -254,6 +254,14 @@ { "param-name": "demo_artifacts_version", "param-value": "${demo_artifacts_version}" + }, + { + "param-name": "k8s-rb-profile-namespace", + "param-value": "${k8s-rb-profile-namespace}" + }, + { + "param-name": "k8s-rb-profile-k8s-version", + "param-value": "${k8s-rb-profile-k8s-version}" } ] } |