diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-21 12:51:42 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-21 13:00:59 +0530 |
commit | bc305811542d47574b7d514c94907dd3cfbf907a (patch) | |
tree | 0bef1b5df68d34f051e1336920157fb01497ee38 /kubernetes/oof/components/oof-cmso/.helmignore | |
parent | 599764901bdf353c358be66fca47a41f3382b56e (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/oof/components/oof-cmso/.helmignore')
-rw-r--r-- | kubernetes/oof/components/oof-cmso/.helmignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/oof/components/oof-cmso/.helmignore b/kubernetes/oof/components/oof-cmso/.helmignore new file mode 100644 index 0000000000..68ffb32406 --- /dev/null +++ b/kubernetes/oof/components/oof-cmso/.helmignore @@ -0,0 +1 @@ +components/ |