Skip to content
Snippets Groups Projects

Resolve "Add helm diff"

Merged Jens Heidbüchel requested to merge 17-add-helm-diff into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -22,6 +22,7 @@ RUN apt-get update && \
curl -fsSL -o /tmp/get-helm \
https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 &&\
bash /tmp/get-helm && \
helm plugin install https://github.com/databus23/helm-diff && \
pip install --no-cache-dir -r /root/requirements.txt && \
apt-get -yqq remove gcc libffi-dev libkrb5-dev && \
rm -f /root/requirements.txt /tmp/get-helm && \
Loading