Charts: Add kubeconform helm plugin

This commit is contained in:
Ryan Egesdahl 2023-08-29 21:00:52 +00:00 committed by DJ Mountney
parent 8f6b13f9f6
commit 8d01d31794

View file

@ -28,5 +28,9 @@ RUN wget -q -O - ${HELM_URL} | tar zxf - \
RUN mkdir -p $HELM_HOME/plugins && \
helm plugin install https://github.com/instrumenta/helm-kubeval
# Install kubeconform
RUN mkdir -p $HELM_HOME/plugins && \
helm plugin install https://github.com/jtyr/kubeconform-helm
# Install aws cli
RUN pip3 install awscli