armada icon indicating copy to clipboard operation
armada copied to clipboard

Armada does not process non-template files as part of chart upload

Open alanmeadows opened this issue 8 years ago • 2 comments

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).

alanmeadows avatar Jun 29 '17 14:06 alanmeadows

#106

gardlt avatar Jul 25 '17 20:07 gardlt

@gardlt I think this is a different issue. I think it's referencing the armada/handlers/chartbuilder.py get_files() method not being implemented.

ghost avatar Jul 25 '17 21:07 ghost