aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml')
-rw-r--r--heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml
index 42bd634d..82f8f8b0 100644
--- a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml
+++ b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml
@@ -3,10 +3,10 @@ kind: ConfigMap
metadata:
name: {{ .Values.vsn_name_0 }}-configmap
labels:
+ vnf-name: {{ .Values.vnf_name }}
+ vf-module-name: {{ .Values.vsn_name_0 }}
release: {{ .Release.Name }}
- app: {{ .Values.vsn_name_0 }}
chart: {{ .Chart.Name }}
- vnf-name: {{ .Values.vnf_name }}
data:
- protected_net_gw: {{ (splitn "/" 2 .Values.int_private2_gw_ip)._0 | quote }}
+ protected_net_gw: {{ .Values.int_private2_gw_ip | quote }}
protected_private_net_cidr: {{ .Values.int_private1_net_cidr | quote }}