Commit 1e326c11 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: use namespace from template vars

parent 77e8e1e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -322,6 +322,8 @@ stages:
      kubectl config use-context gitlab-k8s-cluster
    fi

    kubectl config set-context --current --namespace="$namespace"

    # finally test connection and dump versions
    kubectl ${TRACE+-v=5} version
  }