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.yaml12
1 files changed, 12 insertions, 0 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
new file mode 100644
index 00000000..42bd634d
--- /dev/null
+++ b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/configmap.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ .Values.vsn_name_0 }}-configmap
+ labels:
+ 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_private_net_cidr: {{ .Values.int_private1_net_cidr | quote }}