rsync Calico & DNS charts onto host

This is a temporary measure to improve iteration for development.  These
can be moved out once armada supports loading charts from, e.g.
`helm serve`.
This commit is contained in:
Mark Burnett 2017-07-27 13:45:00 -05:00
parent 103e66a3b3
commit 4fe1857e49
17 changed files with 2 additions and 0 deletions

View File

@ -48,5 +48,7 @@ RUN set -ex \
COPY requirements-frozen.txt /promenade
RUN pip install --no-cache-dir -r requirements-frozen.txt
COPY ./assets/ /assets/
COPY . /promenade
RUN pip install -e /promenade