Browse Source

Update staging.yaml

abelanger5 4 years ago
parent
commit
be60471cc5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/staging.yaml

+ 1 - 0
.github/workflows/staging.yaml

@@ -54,6 +54,7 @@ jobs:
       - name: Deploy to cluster
       - name: Deploy to cluster
         run: |
         run: |
           aws eks --region ${{ secrets.AWS_REGION }} update-kubeconfig --name staging
           aws eks --region ${{ secrets.AWS_REGION }} update-kubeconfig --name staging
+          sed -e 's/v1alpha1/v1beta1/' ~/.kube/config
             
             
           kubectl rollout restart deployment/porter
           kubectl rollout restart deployment/porter
   deploy-provisioner:
   deploy-provisioner: