diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-10-09 20:59:32 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-10-09 22:44:45 +0200 |
commit | 3a3e9fcdd1141928473b5f793e224204eafe8f1b (patch) | |
tree | 9864e441b8d85cbb614c2e5c73f7cb7e8c555b95 /heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl | |
parent | 0806ad4aec588a090f4588bf64f68d1804d51113 (diff) |
vFW CDS CNF CBA with native k8s profile upload
vFW CDS CNF CBA with native k8s profile upload
Change-Id: Ic3357982af534ea261d4d617e050dc33bc339645
Issue-ID: INT-1658
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl index d65b6f92..55f9451c 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl @@ -119,10 +119,6 @@ { "param-name": "k8s-rb-profile-name", "param-value": "${k8s-rb-profile-name}" - }, - { - "param-name": "k8s-rb-profile-namespace", - "param-value": "${k8s-rb-profile-namespace}" } ] } |