Loading jobs/helm_deploy/helm_deploy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ HELMSECRETS_URL: "https://github.com/futuresimple/helm-secrets" HELMSECRETS_VERSION: "v2.0.2" STABLE_REPO_URL: "https://kubernetes-charts.storage.googleapis.com/" before_script: script: - apk add --no-cache curl gnupg git bash - curl --output /bin/kubectl ${KUBECTL_URL} && chmod a+x /bin/kubectl Loading Loading @@ -57,7 +57,7 @@ cleanup_review: script: - apk add --no-cache findutils - helm ls --all --short -n ${KUBE_NAMESPACE} | xargs -L1 helm -n ${KUBE_NAMESPACE} delete # - kubectl delete namespace $KUBE_NAMESPACE # TODO: it's forbidden due tu user RBAC # - kubectl delete namespace $KUBE_NAMESPACE # TODO: it's forbidden due to user RBAC environment: name: review/${CI_COMMIT_REF_SLUG} action: stop Loading Loading
jobs/helm_deploy/helm_deploy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ HELMSECRETS_URL: "https://github.com/futuresimple/helm-secrets" HELMSECRETS_VERSION: "v2.0.2" STABLE_REPO_URL: "https://kubernetes-charts.storage.googleapis.com/" before_script: script: - apk add --no-cache curl gnupg git bash - curl --output /bin/kubectl ${KUBECTL_URL} && chmod a+x /bin/kubectl Loading Loading @@ -57,7 +57,7 @@ cleanup_review: script: - apk add --no-cache findutils - helm ls --all --short -n ${KUBE_NAMESPACE} | xargs -L1 helm -n ${KUBE_NAMESPACE} delete # - kubectl delete namespace $KUBE_NAMESPACE # TODO: it's forbidden due tu user RBAC # - kubectl delete namespace $KUBE_NAMESPACE # TODO: it's forbidden due to user RBAC environment: name: review/${CI_COMMIT_REF_SLUG} action: stop Loading