How to Reproduce the Issue (as minimally as possible):
executing command: docker exec armada armada apply /example/hello.yaml, and if exists the file: .git/index on the gitlab(.git/index character encoding is latin1).
I have push the example on gitlab: https://github.com/joeyee2015/hello-world-chart.git
Is this a bug report or feature request? (choose one): Bug
Python Version (output of
python --version
): Python3.5Development or Deployment Environment?: Development
Release Tag or Master: Master
Expected Behavior: When executing command: docker exec armada armada apply /example/simple.yaml, we expect it will deploy charts success.
What Actually Happened: I get the error message like this:
How to Reproduce the Issue (as minimally as possible): executing command: docker exec armada armada apply /example/hello.yaml, and if exists the file: .git/index on the gitlab(.git/index character encoding is latin1). I have push the example on gitlab: https://github.com/joeyee2015/hello-world-chart.git
Any Additional Comments: I try to modify file: ${armada_dir}/armada/handlers/chartbuilder.py at line 156
rebuild armada, and run armada local, it works.