X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2FMakefile;fp=heat%2FvFW_CNF_CDS%2Ftemplates%2FMakefile;h=244f9232bad58ca852bd4a23e2926a15db307244;hb=374837f4d4b07a7ed4d920c35b0946b9435cc8d4;hp=579f724969479e8e7aa93d19c07346383119fb1e;hpb=2cd2bb28b21e74140315412b3de303daac206e98;p=demo.git diff --git a/heat/vFW_CNF_CDS/templates/Makefile b/heat/vFW_CNF_CDS/templates/Makefile index 579f7249..244f9232 100644 --- a/heat/vFW_CNF_CDS/templates/Makefile +++ b/heat/vFW_CNF_CDS/templates/Makefile @@ -2,8 +2,8 @@ all: csar/ helm base - cd csar/ && zip -r vfw_k8s_demo.zip . - mv csar/vfw_k8s_demo.zip . + cd csar/ && zip -r vfw_k8s_demo.csar . + mv csar/vfw_k8s_demo.csar . helm: csar/ make -C helm @@ -17,4 +17,4 @@ csar/: clean: rm -rf csar/ - rm -f vfw_k8s_demo.zip + rm -f vfw_k8s_demo.csar