CDS Blueprint for vFW K8s Use Case
[demo.git] / heat / vFW_CNF_CDS / templates / helm / base_template / templates / onap-private-net.yaml
index 6319b13..429574b 100644 (file)
@@ -1,12 +1,12 @@
 apiVersion: k8s.plugin.opnfv.org/v1alpha1
 kind: Network
 metadata:
-  name: {{ .Values.int_private2_net_id }}
+  name: {{ .Values.onap_private_net_id }}
   labels:
-      vnf-name: {{ .Values.vnf_name }}
+    vnf-name: {{ .Values.vnf_name }}
 spec:
   cniType : ovn4nfv
   ipv4Subnets:
-  - name: {{ .Values.int_private2_subnet_id }}
-    subnet: {{ .Values.int_private2_net_cidr }}
-    gateway: {{ .Values.int_private2_gw_ip }}
+  - name: {{ .Values.onap_private_subnet_id }}
+    subnet: {{ .Values.onap_private_net_cidr }}
+    gateway: {{ .Values.onap_private_gw_ip }}