aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-etsi-nfvo-ns-lcm
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-10-21 12:51:42 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-10-21 13:00:59 +0530
commitbc305811542d47574b7d514c94907dd3cfbf907a (patch)
tree0bef1b5df68d34f051e1336920157fb01497ee38 /kubernetes/so/components/so-etsi-nfvo-ns-lcm
parent599764901bdf353c358be66fca47a41f3382b56e (diff)
[OOF] Add helmignore to ignore components
components directory takes up a lot of space and is included during helm package Lets remove it using .helmignore Issue-ID: OOM-2534 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I13f264caeab9c05280196db14a43d7f02edfa410
Diffstat (limited to 'kubernetes/so/components/so-etsi-nfvo-ns-lcm')
0 files changed, 0 insertions, 0 deletions
3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>single-feature-parent</artifactId>
        <version>2.2.0</version>
        <relativePath/>
    </parent>

    <groupId>org.onap.ccsdk.sli.adaptors</groupId>
    <artifactId>ccsdk-base-http</artifactId>
    <version>1.3.0</version>
    <packaging>feature</packaging>

    <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>base-http-provider</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>