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

Maybe if an option is given there is no prompt?

parent 3157fd50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ 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 configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production
    - helm3 2to3 convert --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" 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
    - helm2 list
    - helm3 list
    - helm3 2to3 cleanup --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE"