Commit c75f008e authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Bad copy pasta

parent c3e50e59
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -48,11 +48,11 @@ test-helm-2to3:
    - helm2 get production
    - helm2 get values production --output json | grep "postgres://user:testing-password@production-postgresql:5432/production"
    - ./test/verify-deployment-database production postgresql
    - helm3 2to3 convert --release-storage --release-cleanup configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production
    - helm3 2to3 convert --release-storage --release-cleanup configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production-postgresql
    - helm3 2to3 convert --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production
    - helm3 2to3 convert --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production-postgresql
    - helm2 list
    - helm3 list
    - helm3 2to3 cleanup --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE"
    - helm3 2to3 cleanup --release-storage configmaps --release-cleanup --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE"
    - helm2 list
    - export AUTO_DEVOPS_HELM_MAJOR_VERSION=3
    - auto-deploy download_chart