Initial CDS blueprint for vFW CNF demo
[demo.git] / heat / vFW_CNF_CDS / templates / helm / sink / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ .Values.vsn_name_0 }}-configmap
5   labels:
6     release: {{ .Release.Name }}
7     app: {{ .Values.vnf_name }}
8     chart: {{ .Chart.Name }}
9 data:
10   protected_net_gw: {{ (splitn "/" 2 .Values.int_private2_gw_ip)._0 | quote }} #FIXME maybe?
11   protected_private_net_cidr: {{ .Values.int_private1_net_cidr | quote }}