armada
armada copied to clipboard
Armada does not process non-template files as part of chart upload
This relates to https://github.com/att-comdev/armada/issues/13 as well as it should respect .helmignore.
Per https://github.com/att-comdev/armada/blob/master/armada/handlers/chartbuilder.py#L123-L129 this functionality is TBD. This is required as many charts leverage Files.Get, Files.* and these do not function properly as the files are not uploaded (since they are not technically templates).
#106
@gardlt I think this is a different issue. I think it's referencing the armada/handlers/chartbuilder.py get_files() method not being implemented.