mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'add-kubeconform-charts-plugin' into 'master'
Charts: Add kubeconform helm plugin See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/719 Merged-by: DJ Mountney <dj@gitlab.com> Approved-by: Mitchell Nielsen <mnielsen@gitlab.com> Approved-by: DJ Mountney <dj@gitlab.com> Co-authored-by: Ryan Egesdahl <deriamis@gmail.com>
This commit is contained in:
commit
d738d51245
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 && \
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue