mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Charts: Add kubeconform helm plugin
This commit is contained in:
parent
8f6b13f9f6
commit
8d01d31794
1 changed files with 4 additions and 0 deletions
|
|
@ -28,5 +28,9 @@ RUN wget -q -O - ${HELM_URL} | tar zxf - \
|
||||||
RUN mkdir -p $HELM_HOME/plugins && \
|
RUN mkdir -p $HELM_HOME/plugins && \
|
||||||
helm plugin install https://github.com/instrumenta/helm-kubeval
|
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
|
# Install aws cli
|
||||||
RUN pip3 install awscli
|
RUN pip3 install awscli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue